Skip to content

Commit

Permalink
Update POM Version to 4.0.0-1423
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Feb 12, 2024
1 parent 261b0d0 commit fd19e2d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -258,22 +258,22 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-shared</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-testing</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-container-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</parent>

<artifactId>worker-markup-container-fs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</parent>

<artifactId>worker-markup-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-1423</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down

0 comments on commit fd19e2d

Please sign in to comment.