Skip to content

Commit

Permalink
Update POM Version to 3.5.0-529
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed May 21, 2021
1 parent bae64a5 commit 71f1cb2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -68,17 +68,17 @@
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-extensibility</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-shared</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.worker.batch</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-batch-extensibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</parent>

</project>
8 changes: 4 additions & 4 deletions worker-batch-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-extensibility</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-testing</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.messagebuilder</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-batch-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion worker-batch-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion worker-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-529</version>
</parent>

<profiles>
Expand Down

0 comments on commit 71f1cb2

Please sign in to comment.