Skip to content

Commit

Permalink
Releasing caf-common 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Lucy committed Nov 9, 2016
1 parent 89a5188 commit 12c5748
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions caf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.cafapi.util</groupId>
<artifactId>util-naming</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions caf-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
10 changes: 5 additions & 5 deletions caf-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>caf-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
<artifactId>util-moduleloader</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-system</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions cipher-jasypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-jasypt</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions cipher-null/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-null</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions codec-json-lzf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@

<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json-lzf</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions codec-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions codec-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-yaml</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions config-caf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.config</groupId>
<artifactId>config-caf</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions config-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.config</groupId>
<artifactId>config-file</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-caf</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-yaml</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-null</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions config-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@

<groupId>com.github.cafapi.config</groupId>
<artifactId>config-rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-caf</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit</groupId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-null</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions config-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.config</groupId>
<artifactId>config-system</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions container-cert-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>container-cert-script</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions election-null/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

<groupId>com.github.cafapi.election</groupId>
<artifactId>election-null</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../caf-parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
Loading

0 comments on commit 12c5748

Please sign in to comment.