Skip to content

Commit

Permalink
Prepare release 2.0.0 of utilities-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
debbabi committed Oct 11, 2016
1 parent 898a738 commit 7fa1b09
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ org.cohorte.utilities.picosoc | 1.0.0 | no
org.cohorte.utilities.picosoc.webapp | 1.0.0 | no
org.cohorte.utilities.rest | 1.0.0 | no
org.cohorte.utilities.test | 1.0.0 | no
org.cohorte.utilities.webapp | 1.0.0 | no
org.cohorte.utilities.win32 | 1.0.0 | no

Note1: "changed?" means if the sub-module is concerned (released) with the new parent module's release.
2 changes: 1 addition & 1 deletion org.cohorte.utilities.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.installer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.picosoc.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.picosoc.webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.picosoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.picosoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities.webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cohorte.utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.utilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cohorte.utilities</groupId>
<artifactId>utilities-parent</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 7fa1b09

Please sign in to comment.