Skip to content

Commit 8de9dd0

Browse files
Update POM Version to 7.1.0-1414
1 parent cca04d1 commit 8de9dd0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

pom.xml

+4-4
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>7.1.0-SNAPSHOT</version>
32+
<version>7.1.0-1414</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Worker-Workflow</name>
@@ -285,17 +285,17 @@
285285
<dependency>
286286
<groupId>com.github.cafdataprocessing</groupId>
287287
<artifactId>worker-workflow</artifactId>
288-
<version>7.1.0-SNAPSHOT</version>
288+
<version>7.1.0-1414</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>com.github.cafdataprocessing</groupId>
292292
<artifactId>worker-workflow-restclients</artifactId>
293-
<version>7.1.0-SNAPSHOT</version>
293+
<version>7.1.0-1414</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>com.github.cafdataprocessing</groupId>
297297
<artifactId>worker-workflow-testing</artifactId>
298-
<version>7.1.0-SNAPSHOT</version>
298+
<version>7.1.0-1414</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>com.github.workerframework</groupId>

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

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

worker-workflow-restclients/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>7.1.0-SNAPSHOT</version>
27+
<version>7.1.0-1414</version>
2828
</parent>
2929

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

worker-workflow-testing/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>7.1.0-SNAPSHOT</version>
25+
<version>7.1.0-1414</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

worker-workflow/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>7.1.0-SNAPSHOT</version>
27+
<version>7.1.0-1414</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow</artifactId>

0 commit comments

Comments
 (0)