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
kuujo committed Feb 17, 2017
1 parent 65139cd commit c1a292b
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion collections/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion concurrent/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/distributed-group/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-distributed-group-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/distributed-lock/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-distributed-lock-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/distributed-value/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-distributed-value-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/leader-election/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-leader-election-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-examples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion groups/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion manager/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Atomix Parent Pom</name>
<description>Distributed coordination framework based on the Raft consensus algorithm.</description>
Expand Down
2 changes: 1 addition & 1 deletion resource/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-standalone-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standalone/standalone-server/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-standalone-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>atomix-standalone-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion variables/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.1-rc1</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<packaging>bundle</packaging>
Expand Down

0 comments on commit c1a292b

Please sign in to comment.