Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
atomashpolskiy committed Feb 26, 2018
1 parent a7aa17e commit 30fe97b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bt-bencoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bt-dht/bt-dht/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>bt-dht-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bt-dht/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>mldht.core</groupId>
<artifactId>libmldht</artifactId>
<version>1.7</version>
<version>0.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions bt-dht/the8472/mldht/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mldht.core</groupId>
<artifactId>libmldht</artifactId>
<version>1.7</version>
<version>0.1.0</version>
<name>mldht - Bittorrent Mainline DHT library</name>
<packaging>jar</packaging>
<scm>
<connection>scm:git:https://github.com/the8472/mldht.git</connection>
<url>https://github.com/the8472/mldht</url>
<tag>bt-parent-1.7</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion bt-http-tracker-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bt-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>bt-parent</artifactId>
<groupId>com.github.atomashpolskiy</groupId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-parent</artifactId>
<packaging>pom</packaging>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>

<name>Bt</name>
<description>BitTorrent Library</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<connection>scm:git:https://github.com/atomashpolskiy/bt</connection>
<developerConnection>scm:git:ssh://[email protected]/atomashpolskiy/bt</developerConnection>
<url>https://github.com/atomashpolskiy/bt</url>
<tag>bt-parent-1.7</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 30fe97b

Please sign in to comment.