Skip to content

Commit 5ecb172

Browse files
Update POM Version to 4.0.0-452
1 parent 00e3105 commit 5ecb172

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

pom.xml

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

2828
<groupId>com.github.jobservice.workers.batch</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-452</version>
3131
<packaging>pom</packaging>
3232

3333
<parent>
@@ -79,17 +79,17 @@
7979
<dependency>
8080
<groupId>com.github.jobservice.workers.batch</groupId>
8181
<artifactId>worker-batch</artifactId>
82-
<version>4.0.0-SNAPSHOT</version>
82+
<version>4.0.0-452</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.github.jobservice.workers.batch</groupId>
8686
<artifactId>worker-batch-extensibility</artifactId>
87-
<version>4.0.0-SNAPSHOT</version>
87+
<version>4.0.0-452</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.github.jobservice.workers.batch</groupId>
9191
<artifactId>worker-batch-shared</artifactId>
92-
<version>4.0.0-SNAPSHOT</version>
92+
<version>4.0.0-452</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.junit.jupiter</groupId>

worker-batch-extensibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.jobservice.workers.batch</groupId>
2828
<artifactId>worker-batch-aggregator</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0-452</version>
3030
</parent>
3131

3232
</project>

worker-batch-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.jobservice.workers.batch</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-452</version>
3131
</parent>
3232

3333
<dependencyManagement>

worker-batch-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.jobservice.workers.batch</groupId>
2828
<artifactId>worker-batch-aggregator</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0-452</version>
3030
</parent>
3131

3232
</project>

worker-batch-testing/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.jobservice.workers.batch</groupId>
2424
<artifactId>worker-batch-aggregator</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.0-452</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

worker-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.jobservice.workers.batch</groupId>
2828
<artifactId>worker-batch-aggregator</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0-452</version>
3030
</parent>
3131

3232
<profiles>

0 commit comments

Comments
 (0)