Skip to content

Commit

Permalink
Update POM Version to 3.0.0-100
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Machine committed Jul 4, 2018
1 parent 90763a1 commit 1fa7865
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.0.0-SNAPSHOT</version>
<version>3.0.0-100</version>
<packaging>pom</packaging>

<parent>
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.0.0-SNAPSHOT</version>
<version>3.0.0-100</version>
</parent>

<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-archetype</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-100</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.0.0-SNAPSHOT</version>
<version>3.0.0-100</version>
</parent>

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

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

<dependencies>
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.0.0-SNAPSHOT</version>
<version>3.0.0-100</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.0.0-SNAPSHOT</version>
<version>3.0.0-100</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.0.0-SNAPSHOT</version>
<version>3.0.0-100</version>
</parent>

<profiles>
Expand Down

0 comments on commit 1fa7865

Please sign in to comment.