Skip to content

Commit d29dda8

Browse files
committed
use snapshot
1 parent 81495d9 commit d29dda8

3 files changed

Lines changed: 4 additions & 8 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.3</version>
11+
<version>2.0.4-SNAPSHOT</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 6 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.3</version>
5+
<version>2.0.4-SNAPSHOT</version>
66
<name>supernode</name>
77
<description>The bitsofproof supernode implementation of the Bitcoin protocol</description>
88
<packaging>pom</packaging>
@@ -70,11 +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-
<<<<<<< HEAD
74-
<tag>2.0.3</tag>
75-
=======
76-
<tag>2.0.1</tag>
77-
>>>>>>> 820ac10a7d837998443bf0e206e04cf119a988cd
73+
<tag>HEAD</tag>
7874
</scm>
7975

8076
<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.3</version>
11+
<version>2.0.4-SNAPSHOT</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<properties>

0 commit comments

Comments
 (0)