Skip to content

Commit

Permalink
[maven-release-plugin] prepare release atomix-1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Apr 11, 2016
1 parent fb5a90c commit 3502bb1
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 23 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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
</parent>

<packaging>bundle</packaging>
Expand Down
7 changes: 1 addition & 6 deletions core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
</parent>

<packaging>bundle</packaging>
Expand Down Expand Up @@ -43,11 +43,6 @@
<artifactId>atomix-collections</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix-messaging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix-concurrent</artifactId>
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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
</parent>

<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
<packaging>pom</packaging>
<name>Atomix Parent Pom</name>
<description>Distributed coordination framework based on the Raft consensus algorithm.</description>
Expand Down Expand Up @@ -164,7 +164,7 @@
-link http://atomix.io/catalyst/api/latest/
-link http://atomix.io/copycat/api/latest/
-group "Atomix core" io.atomix
-group "Distributed resources" io.atomix.variables:io.atomix.collections:io.atomix.group:io.atomix.concurrent:io.atomix.messaging
-group "Distributed resources" io.atomix.variables:io.atomix.collections:io.atomix.group:io.atomix.concurrent
-group "Resource management" io.atomix.manager
-group "Resource API" io.atomix.resource
</additionalparam>
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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</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.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
</parent>

<artifactId>atomix-testing</artifactId>
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.0-SNAPSHOT</version>
<version>1.0.0-rc4</version>
</parent>

<packaging>bundle</packaging>
Expand Down

0 comments on commit 3502bb1

Please sign in to comment.