Skip to content

Commit 1bfd286

Browse files
Update POM Version to 3.6.1-176
1 parent 71aae88 commit 1bfd286

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.6.1-SNAPSHOT</version>
30+
<version>3.6.1-176</version>
3131
<packaging>pom</packaging>
3232

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

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.6.1-SNAPSHOT</version>
30+
<version>3.6.1-176</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.6.1-SNAPSHOT</version>
31+
<version>3.6.1-176</version>
3232
</parent>
3333

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

3333
<profiles>

0 commit comments

Comments
 (0)