Skip to content

Commit

Permalink
[maven-release-plugin] prepare release craft-atom-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mindwind committed Jan 22, 2015
1 parent 326478f commit 0f1f08e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion craft-atom-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-io</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>craft-atom-lock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>craft-atom-nio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-protocol-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-protocol-http</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-protocol-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-protocol-rpc</artifactId>
<name>craft-atom-protocol-rpc</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-protocol-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-protocol-ssl</artifactId>
<name>craft-atom-protocol-ssl</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-protocol-textline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-protocol-textline</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-protocol</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-redis</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-rpc</artifactId>
<name>craft-atom-rpc</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>craft-atom-test</artifactId>
<name>craft-atom-test</name>
Expand Down
2 changes: 1 addition & 1 deletion craft-atom-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>craft-atom-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>A crafted and atomic component library for java</description>
Expand Down

0 comments on commit 0f1f08e

Please sign in to comment.