Skip to content

Commit

Permalink
Update POM Version to 3.2.0-684
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Oct 22, 2024
1 parent 85298b2 commit 32f8f0f
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion caf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion caf-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cipher-jasypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cipher-null/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion codec-json-lzf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion codec-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config-caf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config-decoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion decoder-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion election-null/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -105,42 +105,42 @@
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-api</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
<artifactId>cipher-null</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-caf</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-system</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
<artifactId>util-moduleloader</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
<artifactId>util-naming</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
<artifactId>util-secret</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion util-jerseycompat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util-moduleloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util-naming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util-process-identifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util-ref/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util-secret/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-684</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 32f8f0f

Please sign in to comment.