Skip to content

Commit 2cf5776

Browse files
author
Build Machine
committed
Update POM Version to 1.0.0-157
1 parent 5afce62 commit 2cf5776

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0-157</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Worker-Workflow</name>
@@ -96,12 +96,12 @@
9696
<dependency>
9797
<groupId>com.github.cafdataprocessing</groupId>
9898
<artifactId>workflow-to-js-transformer</artifactId>
99-
<version>1.0.0-SNAPSHOT</version>
99+
<version>1.0.0-157</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.github.cafdataprocessing</groupId>
103103
<artifactId>worker-workflow-constants</artifactId>
104-
<version>1.0.0-SNAPSHOT</version>
104+
<version>1.0.0-157</version>
105105
</dependency>
106106
</dependencies>
107107
</dependencyManagement>

worker-workflow-constants/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>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-157</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-157</version>
2626
</parent>
2727

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

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>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-157</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow</artifactId>

workflow-to-js-transformer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>worker-workflow-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-157</version>
2727
</parent>
2828

2929
<artifactId>workflow-to-js-transformer</artifactId>

0 commit comments

Comments
 (0)