Skip to content

Commit b98a515

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a5c352a commit b98a515

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.ganshane.xcoin.core</groupId>
1111
<artifactId>xcoin-core-project</artifactId>
1212
<packaging>pom</packaging>
13-
<version>0.1</version>
13+
<version>0.2-SNAPSHOT</version>
1414
<name>xcoin</name>
1515
<description>xcoin core project</description>
1616
<modules>
@@ -331,7 +331,7 @@
331331
<url>https://github.com/wechaty/scala-wechaty</url>
332332
<connection>scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection>
333333
<developerConnection>scm:git:ssh://[email protected]/wechaty/scala-wechaty.git</developerConnection>
334-
<tag>xcoin-core-project-0.1</tag>
334+
<tag>HEAD</tag>
335335
</scm>
336336
<properties>
337337
<encoding>UTF-8</encoding>

xcoin-blockchain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.ganshane.xcoin.core</groupId>
55
<artifactId>xcoin-core-project</artifactId>
6-
<version>0.1</version>
6+
<version>0.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>xcoin-blockchain</artifactId>

xcoin-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.ganshane.xcoin.core</groupId>
55
<artifactId>xcoin-core-project</artifactId>
6-
<version>0.1</version>
6+
<version>0.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>xcoin-core</artifactId>

0 commit comments

Comments
 (0)