Skip to content

Commit 2619cb5

Browse files
author
Build Machine
committed
Update POM Version to 2.0.0-5
1 parent e83d650 commit 2619cb5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>worker-document-aggregator</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-5</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>

worker-document-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>worker-document-archetype</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-5</version>
2727
<packaging>maven-archetype</packaging>
2828

2929
<parent>
3030
<groupId>com.github.cafdataprocessing</groupId>
3131
<artifactId>worker-document-aggregator</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0-5</version>
3333
</parent>
3434

3535
<dependencies>

worker-document-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.github.cafdataprocessing</groupId>
3030
<artifactId>worker-document-aggregator</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0-5</version>
3232
</parent>
3333

3434
<dependencyManagement>

worker-document-interface/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.cafdataprocessing</groupId>
2929
<artifactId>worker-document-aggregator</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0-5</version>
3131
</parent>
3232

3333
<dependencies>

worker-document-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.cafdataprocessing</groupId>
2929
<artifactId>worker-document-aggregator</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0-5</version>
3131
</parent>
3232

3333
<dependencies>

worker-document-testing-unit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>worker-document-aggregator</artifactId>
2929
<groupId>com.github.cafdataprocessing</groupId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0-5</version>
3131
</parent>
3232

3333
<dependencies>

worker-document-testing/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.cafdataprocessing</groupId>
2929
<artifactId>worker-document-aggregator</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0-5</version>
3131
</parent>
3232

3333
<dependencies>

worker-document/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.cafdataprocessing</groupId>
2929
<artifactId>worker-document-aggregator</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0-5</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)