Skip to content

Commit

Permalink
Update POM Version to 5.3.1-1123
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Sep 8, 2022
1 parent 2d8443d commit fb1099f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1-1123</version>
<packaging>pom</packaging>

<name>Worker-Workflow</name>
Expand Down Expand Up @@ -111,12 +111,12 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1-1123</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-testing</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1-1123</version>
</dependency>
<dependency>
<groupId>com.microfocus.darwin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-workflow-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-aggregator</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1-1123</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion worker-workflow/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-workflow-aggregator</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1-1123</version>
</parent>

<artifactId>worker-workflow</artifactId>
Expand Down

0 comments on commit fb1099f

Please sign in to comment.