Skip to content

Commit 59b4389

Browse files
Update POM Version to 8.2.0-1577
1 parent 582a5c5 commit 59b4389

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

pom.xml

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

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

3535
<name>Worker-Workflow</name>
@@ -289,17 +289,17 @@
289289
<dependency>
290290
<groupId>com.github.cafdataprocessing.workers.workflow</groupId>
291291
<artifactId>worker-workflow</artifactId>
292-
<version>8.2.0-SNAPSHOT</version>
292+
<version>8.2.0-1577</version>
293293
</dependency>
294294
<dependency>
295295
<groupId>com.github.cafdataprocessing.workers.workflow</groupId>
296296
<artifactId>worker-workflow-restclients</artifactId>
297-
<version>8.2.0-SNAPSHOT</version>
297+
<version>8.2.0-1577</version>
298298
</dependency>
299299
<dependency>
300300
<groupId>com.github.cafdataprocessing.workers.workflow</groupId>
301301
<artifactId>worker-workflow-testing</artifactId>
302-
<version>8.2.0-SNAPSHOT</version>
302+
<version>8.2.0-1577</version>
303303
</dependency>
304304
<dependency>
305305
<groupId>com.github.workerframework</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.workers.workflow</groupId>
2424
<artifactId>worker-workflow-aggregator</artifactId>
25-
<version>8.2.0-SNAPSHOT</version>
25+
<version>8.2.0-1577</version>
2626
</parent>
2727

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

worker-workflow-restclients/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.workers.workflow</groupId>
2626
<artifactId>worker-workflow-aggregator</artifactId>
27-
<version>8.2.0-SNAPSHOT</version>
27+
<version>8.2.0-1577</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow-restclients</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.workers.workflow</groupId>
25-
<version>8.2.0-SNAPSHOT</version>
25+
<version>8.2.0-1577</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.workers.workflow</groupId>
2626
<artifactId>worker-workflow-aggregator</artifactId>
27-
<version>8.2.0-SNAPSHOT</version>
27+
<version>8.2.0-1577</version>
2828
</parent>
2929

3030
<artifactId>worker-workflow</artifactId>

0 commit comments

Comments
 (0)