Skip to content

Commit

Permalink
Update POM Version to 3.2.0-891
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Aug 24, 2020
1 parent 0d50833 commit 6131347
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -100,22 +100,22 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-core</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-shared</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-testing</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.externals</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-container-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</parent>

<artifactId>worker-markup-container-fs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</parent>

<artifactId>worker-markup-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-markup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-markup-aggregator</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-891</version>
</parent>

<groupId>com.github.cafdataprocessing</groupId>
Expand Down

0 comments on commit 6131347

Please sign in to comment.