Skip to content

Commit 415db7a

Browse files
author
Build Machine
committed
Update POM Version to 4.2.0-585
1 parent 170e7a6 commit 415db7a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.github.cafdataprocessing</groupId>
3131
<artifactId>worker-workflow-aggregator</artifactId>
32-
<version>4.2.0-SNAPSHOT</version>
32+
<version>4.2.0-585</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Worker-Workflow</name>
@@ -99,12 +99,12 @@
9999
<dependency>
100100
<groupId>com.github.cafdataprocessing</groupId>
101101
<artifactId>worker-workflow</artifactId>
102-
<version>4.2.0-SNAPSHOT</version>
102+
<version>4.2.0-585</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.github.cafdataprocessing</groupId>
106106
<artifactId>worker-workflow-testing</artifactId>
107-
<version>4.2.0-SNAPSHOT</version>
107+
<version>4.2.0-585</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.code.findbugs</groupId>

worker-workflow-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.cafdataprocessing</groupId>
2424
<artifactId>worker-workflow-aggregator</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0-585</version>
2626
</parent>
2727

2828
<artifactId>worker-workflow-container</artifactId>

worker-workflow-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>worker-workflow-aggregator</artifactId>
2424
<groupId>com.github.cafdataprocessing</groupId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0-585</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

worker-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing</groupId>
2626
<artifactId>worker-workflow-aggregator</artifactId>
27-
<version>4.2.0-SNAPSHOT</version>
27+
<version>4.2.0-585</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow</artifactId>

0 commit comments

Comments
 (0)