Skip to content

Commit

Permalink
Update poms to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masomel committed Sep 5, 2016
1 parent ac4ad8c commit b77ebb1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions coniks_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.coniks.coniks_common</groupId>
<artifactId>coniks_common</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>CONIKS [Common]</name>
Expand Down
10 changes: 5 additions & 5 deletions coniks_server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.coniks.coniks_server</groupId>
<artifactId>coniks_server</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>CONIKS [Reference Server]</name>
Expand All @@ -22,21 +22,21 @@
<dependency>
<groupId>org.coniks.coniks_common</groupId>
<artifactId>coniks_common</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.coniks.crypto</groupId>
<artifactId>coniks-crypto</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.coniks.util</groupId>
<artifactId>coniks-util</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

Expand Down
10 changes: 5 additions & 5 deletions coniks_test_client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.coniks.coniks_test_client</groupId>
<artifactId>coniks_test_client</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>CONIKS [Test Client]</name>
Expand All @@ -22,21 +22,21 @@
<dependency>
<groupId>org.coniks.coniks_common</groupId>
<artifactId>coniks_common</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.coniks.crypto</groupId>
<artifactId>coniks-crypto</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.coniks.util</groupId>
<artifactId>coniks-util</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.coniks.crypto</groupId>
<artifactId>coniks-crypto</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>CONIKS [Crypto]</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<name>CONIKS [Parent]</name>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.coniks</groupId>
<artifactId>coniks-java</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.coniks.util</groupId>
<artifactId>coniks-util</artifactId>
<version>1.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>CONIKS [Util]</name>
Expand Down

0 comments on commit b77ebb1

Please sign in to comment.