Skip to content

Commit

Permalink
Set project version to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Sep 16, 2015
1 parent fcca5dd commit 69c1c8d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
7 changes: 1 addition & 6 deletions all/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>copycat-all</artifactId>
Expand All @@ -32,11 +32,6 @@
<artifactId>copycat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-netty</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-atomic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atomic/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>copycat-atomic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collections/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

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

<artifactId>copycat-coordination</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>copycat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -16,7 +16,7 @@

<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Copycat Examples</name>
<description>Example projects for Copycat.</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/server/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-examples-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>copycat-server-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Copycat</name>
<description>Replicated state machine framework based on the Raft consensus algorithm.</description>
Expand Down

0 comments on commit 69c1c8d

Please sign in to comment.