Skip to content

Commit

Permalink
Increment Atomix version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Feb 17, 2016
1 parent f2d07ba commit e0a0829
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 19 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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-all</artifactId>
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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

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

<artifactId>atomix-coordination</artifactId>
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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix</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>0.1.0-SNAPSHOT</version>
<version>1.0.0-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>0.1.0-SNAPSHOT</version>
<version>1.0.0-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>0.1.0-SNAPSHOT</version>
<version>1.0.0-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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

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

<artifactId>atomix-examples-parent</artifactId>
Expand All @@ -22,7 +22,6 @@

<properties>
<logback.version>1.1.2</logback.version>
<catalyst.version>1.0.0-rc6</catalyst.version>
</properties>

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

<artifactId>atomix-standalone-server-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/task-queue-consumer/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-task-queue-consumer-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/task-queue-producer/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-examples-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-task-queue-producer-example</artifactId>
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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-resource-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion messaging/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.atomix</groupId>
<artifactId>atomix-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-messaging</artifactId>
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>0.1.0-SNAPSHOT</version>
<version>1.0.0-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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-resource</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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</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>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>atomix-variables</artifactId>
Expand Down

0 comments on commit e0a0829

Please sign in to comment.