Skip to content

Commit 722ff6e

Browse files
author
Build Machine
committed
Update POM Version to 3.1.0-161
1 parent 014de0c commit 722ff6e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

3333
<parent>

worker-batch-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>com.github.jobservice</groupId>
2626
<artifactId>worker-batch-aggregator</artifactId>
27-
<version>3.1.0-SNAPSHOT</version>
27+
<version>3.1.0-161</version>
2828
</parent>
2929

3030
<groupId>com.github.jobservice</groupId>
3131
<artifactId>worker-batch-archetype</artifactId>
32-
<version>3.1.0-SNAPSHOT</version>
32+
<version>3.1.0-161</version>
3333
<packaging>maven-archetype</packaging>
3434

3535
<name>worker-batch-archetype</name>

worker-batch-extensibility/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</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>3.1.0-SNAPSHOT</version>
30+
<version>3.1.0-161</version>
3131
</parent>
3232

3333
</project>

worker-batch-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.jobservice</groupId>
3030
<artifactId>worker-batch-aggregator</artifactId>
31-
<version>3.1.0-SNAPSHOT</version>
31+
<version>3.1.0-161</version>
3232
</parent>
3333

3434
<dependencyManagement>

worker-batch-plugins-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.jobservice</groupId>
3030
<artifactId>worker-batch-aggregator</artifactId>
31-
<version>3.1.0-SNAPSHOT</version>
31+
<version>3.1.0-161</version>
3232
</parent>
3333

3434
<dependencies>

worker-batch-shared/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</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>3.1.0-SNAPSHOT</version>
30+
<version>3.1.0-161</version>
3131
</parent>
3232

3333
</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</groupId>
2424
<artifactId>worker-batch-aggregator</artifactId>
25-
<version>3.1.0-SNAPSHOT</version>
25+
<version>3.1.0-161</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
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.jobservice</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>3.1.0-SNAPSHOT</version>
30+
<version>3.1.0-161</version>
3131
</parent>
3232

3333
<profiles>

0 commit comments

Comments
 (0)