Skip to content

Commit

Permalink
Update POM Version to 5.0.0-816
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Jan 12, 2021
1 parent 787205f commit 041b76f
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.0.0-SNAPSHOT</version>
<version>5.0.0-816</version>
<packaging>pom</packaging>

<name>Worker-Workflow</name>
Expand Down Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-816</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-workflow-testing</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-816</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.0.0-SNAPSHOT</version>
<version>5.0.0-816</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.0.0-SNAPSHOT</version>
<version>5.0.0-816</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.0.0-SNAPSHOT</version>
<version>5.0.0-816</version>
</parent>

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

0 comments on commit 041b76f

Please sign in to comment.