Skip to content

Commit d24b787

Browse files
author
Build Machine
committed
Update POM Version to 2.0.0-250
1 parent f621d58 commit d24b787

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

pom.xml

+3-3
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>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0-250</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Worker-Workflow</name>
@@ -95,12 +95,12 @@
9595
<dependency>
9696
<groupId>com.github.cafdataprocessing</groupId>
9797
<artifactId>workflow-to-js-transformer</artifactId>
98-
<version>2.0.0-SNAPSHOT</version>
98+
<version>2.0.0-250</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.github.cafdataprocessing</groupId>
102102
<artifactId>worker-workflow-constants</artifactId>
103-
<version>2.0.0-SNAPSHOT</version>
103+
<version>2.0.0-250</version>
104104
</dependency>
105105
</dependencies>
106106
</dependencyManagement>

worker-workflow-constants/pom.xml

+1-1
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>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-250</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

worker-workflow-container/pom.xml

+1-1
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>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-250</version>
2626
</parent>
2727

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

worker-workflow-spec/pom.xml

+1-1
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>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-250</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow-spec</artifactId>

worker-workflow/pom.xml

+2-2
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>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-250</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow</artifactId>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.github.cafdataprocessing</groupId>
6565
<artifactId>worker-workflow-spec</artifactId>
66-
<version>2.0.0-SNAPSHOT</version>
66+
<version>2.0.0-250</version>
6767
</dependency>
6868
<!-- Test dependencies -->
6969
<dependency>

workflow-to-js-transformer/pom.xml

+2-2
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>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-250</version>
2727
</parent>
2828

2929
<artifactId>workflow-to-js-transformer</artifactId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.github.cafdataprocessing</groupId>
7676
<artifactId>worker-workflow-spec</artifactId>
77-
<version>2.0.0-SNAPSHOT</version>
77+
<version>2.0.0-250</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)