Skip to content

Commit a7109b1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3ca7b07 commit a7109b1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.bitsofproof</groupId>
1010
<artifactId>supernode</artifactId>
11-
<version>2.0.0</version>
11+
<version>2.0.1-SNAPSHOT</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.bitsofproof</groupId>
44
<artifactId>supernode</artifactId>
5-
<version>2.0.0</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
<name>supernode</name>
77
<description>The bitsofproof supernode implementation of the Bitcoin protocol</description>
88
<packaging>pom</packaging>
@@ -70,7 +70,7 @@
7070
<connection>scm:git:git@github.com:bitsofproof/supernode.git</connection>
7171
<developerConnection>scm:git:git@github.com:bitsofproof/supernode.git</developerConnection>
7272
<url>https://github.com/bitsofproof/supernode</url>
73-
<tag>2.0.0</tag>
73+
<tag>HEAD</tag>
7474
</scm>
7575

7676
<pluginRepositories>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.bitsofproof</groupId>
1010
<artifactId>supernode</artifactId>
11-
<version>2.0.0</version>
11+
<version>2.0.1-SNAPSHOT</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<properties>

0 commit comments

Comments
 (0)