Skip to content

Commit 784d533

Browse files
Update POM Version to 3.4.0-463
1 parent faa8e18 commit 784d533

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.4.0-SNAPSHOT</version>
30+
<version>3.4.0-463</version>
3131
<packaging>pom</packaging>
3232

3333
<parent>
@@ -69,17 +69,17 @@
6969
<dependency>
7070
<groupId>com.github.jobservice</groupId>
7171
<artifactId>worker-batch</artifactId>
72-
<version>3.4.0-SNAPSHOT</version>
72+
<version>3.4.0-463</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.github.jobservice</groupId>
7676
<artifactId>worker-batch-extensibility</artifactId>
77-
<version>3.4.0-SNAPSHOT</version>
77+
<version>3.4.0-463</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>com.github.jobservice</groupId>
8181
<artifactId>worker-batch-shared</artifactId>
82-
<version>3.4.0-SNAPSHOT</version>
82+
<version>3.4.0-463</version>
8383
</dependency>
8484
<dependency>
8585
<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.4.0-SNAPSHOT</version>
27+
<version>3.4.0-463</version>
2828
</parent>
2929

3030
<groupId>com.github.jobservice</groupId>
3131
<artifactId>worker-batch-archetype</artifactId>
32-
<version>3.4.0-SNAPSHOT</version>
32+
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
30+
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
31+
<version>3.4.0-463</version>
3232
</parent>
3333

3434
<dependencyManagement>
3535
<dependencies>
3636
<dependency>
3737
<groupId>com.github.jobservice</groupId>
3838
<artifactId>worker-batch</artifactId>
39-
<version>3.4.0-SNAPSHOT</version>
39+
<version>3.4.0-463</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.jobservice</groupId>
4343
<artifactId>worker-batch-extensibility</artifactId>
44-
<version>3.4.0-SNAPSHOT</version>
44+
<version>3.4.0-463</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.jobservice</groupId>
4848
<artifactId>worker-batch-testing</artifactId>
49-
<version>3.4.0-SNAPSHOT</version>
49+
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
30+
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
25+
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
30+
<version>3.4.0-463</version>
3131
</parent>
3232

3333
<profiles>

0 commit comments

Comments
 (0)