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
hengyunabc committed Oct 3, 2016
1 parent 8e924c5 commit 2538222
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<packaging>pom</packaging>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions xdiamond-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<name>xdiamond-client</name>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-common</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xdiamond-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<name>xdiamond-common</name>
Expand Down
4 changes: 2 additions & 2 deletions xdiamond-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-common</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2538222

Please sign in to comment.