Skip to content

Commit

Permalink
Update POM Version to 3.4.0-463
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Jan 11, 2021
1 parent faa8e18 commit 784d533
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-extensibility</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-shared</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.worker.batch</groupId>
Expand Down
4 changes: 2 additions & 2 deletions worker-batch-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-aggregator</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</parent>

<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-archetype</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
<packaging>maven-archetype</packaging>

<name>worker-batch-archetype</name>
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.4.0-SNAPSHOT</version>
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-extensibility</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-testing</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
<version>3.4.0-463</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.4.0-SNAPSHOT</version>
<version>3.4.0-463</version>
</parent>

<profiles>
Expand Down

0 comments on commit 784d533

Please sign in to comment.