Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Updated version number to 0.0.16
Browse files Browse the repository at this point in the history
Updated version number from 0.0.16-SNAPSHOT to 0.0.16.
  • Loading branch information
petkivim committed Jan 14, 2017
1 parent 45759ca commit d6afa96
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions src/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>xrd4j</artifactId>
<groupId>com.pkrete</groupId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>client</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<packaging>jar</packaging>
<name>XRd4J :: Client</name>
<description>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>rest</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions src/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>xrd4j</artifactId>
<groupId>com.pkrete</groupId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<packaging>jar</packaging>
<name>XRd4J :: Common</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pkrete</groupId>
<artifactId>xrd4j</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<packaging>pom</packaging>
<name>XRd4J</name>
<inceptionYear>2014</inceptionYear>
Expand Down
6 changes: 3 additions & 3 deletions src/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>xrd4j</artifactId>
<groupId>com.pkrete</groupId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>rest</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<packaging>jar</packaging>
<name>XRd4J :: Rest</name>
<description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>xrd4j</artifactId>
<groupId>com.pkrete</groupId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>server</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<packaging>jar</packaging>
<name>XRd4J :: Server</name>
<description>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit d6afa96

Please sign in to comment.