Skip to content

Commit 7931cc5

Browse files
author
Build Machine
committed
Update POM Version to 3.2.0-256
1 parent 2af9083 commit 7931cc5

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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</groupId>
2929
<artifactId>worker-batch-aggregator</artifactId>
30-
<version>3.2.0-SNAPSHOT</version>
30+
<version>3.2.0-256</version>
3131
<packaging>pom</packaging>
3232

3333
<parent>
@@ -68,17 +68,17 @@
6868
<dependency>
6969
<groupId>com.github.jobservice</groupId>
7070
<artifactId>worker-batch</artifactId>
71-
<version>3.2.0-SNAPSHOT</version>
71+
<version>3.2.0-256</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.github.jobservice</groupId>
7575
<artifactId>worker-batch-extensibility</artifactId>
76-
<version>3.2.0-SNAPSHOT</version>
76+
<version>3.2.0-256</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.github.jobservice</groupId>
8080
<artifactId>worker-batch-shared</artifactId>
81-
<version>3.2.0-SNAPSHOT</version>
81+
<version>3.2.0-256</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.hpe.caf.worker.batch</groupId>

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.2.0-SNAPSHOT</version>
27+
<version>3.2.0-256</version>
2828
</parent>
2929

3030
<groupId>com.github.jobservice</groupId>
3131
<artifactId>worker-batch-archetype</artifactId>
32-
<version>3.2.0-SNAPSHOT</version>
32+
<version>3.2.0-256</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.2.0-SNAPSHOT</version>
30+
<version>3.2.0-256</version>
3131
</parent>
3232

3333
</project>

worker-batch-framework/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@
2828
<parent>
2929
<groupId>com.github.jobservice</groupId>
3030
<artifactId>worker-batch-aggregator</artifactId>
31-
<version>3.2.0-SNAPSHOT</version>
31+
<version>3.2.0-256</version>
3232
</parent>
3333

3434
<dependencyManagement>
3535
<dependencies>
3636
<dependency>
3737
<groupId>com.github.jobservice</groupId>
3838
<artifactId>worker-batch</artifactId>
39-
<version>3.2.0-SNAPSHOT</version>
39+
<version>3.2.0-256</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.jobservice</groupId>
4343
<artifactId>worker-batch-extensibility</artifactId>
44-
<version>3.2.0-SNAPSHOT</version>
44+
<version>3.2.0-256</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.jobservice</groupId>
4848
<artifactId>worker-batch-testing</artifactId>
49-
<version>3.2.0-SNAPSHOT</version>
49+
<version>3.2.0-256</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.hpe.caf.messagebuilder</groupId>

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.2.0-SNAPSHOT</version>
30+
<version>3.2.0-256</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.2.0-SNAPSHOT</version>
25+
<version>3.2.0-256</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.2.0-SNAPSHOT</version>
30+
<version>3.2.0-256</version>
3131
</parent>
3232

3333
<profiles>

0 commit comments

Comments
 (0)