Skip to content

Commit

Permalink
Update POM Version to 7.0.1-1372
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Apr 5, 2024
1 parent 83d9fb1 commit 0ffd229
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
<packaging>pom</packaging>

<name>Worker-Workflow</name>
Expand Down Expand Up @@ -285,17 +285,17 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-restclients</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-testing</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</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>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</parent>

<artifactId>worker-workflow-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-workflow-restclients/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>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</parent>

<artifactId>worker-workflow-restclients</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>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</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>7.0.1-SNAPSHOT</version>
<version>7.0.1-1372</version>
</parent>

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

0 comments on commit 0ffd229

Please sign in to comment.