Skip to content

Commit

Permalink
Update POM Version to 3.3.3-1362
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Nov 23, 2023
1 parent 6ca0c9f commit d584377
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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -89,22 +89,22 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-core</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-shared</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-testing</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
</dependency>
<dependency>
<groupId>com.github.workerframework.testing</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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</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>3.3.3-SNAPSHOT</version>
<version>3.3.3-1362</version>
</parent>

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

0 comments on commit d584377

Please sign in to comment.