Skip to content

Commit 9d0d8eb

Browse files
author
Build Machine
committed
Update POM Version to 4.0.0-200
1 parent 930ec3d commit 9d0d8eb

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
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>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0-200</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>
@@ -99,38 +99,38 @@
9999
<dependency>
100100
<groupId>com.github.cafdataprocessing</groupId>
101101
<artifactId>worker-document</artifactId>
102-
<version>4.0.0-SNAPSHOT</version>
102+
<version>4.0.0-200</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.github.cafdataprocessing</groupId>
106106
<artifactId>worker-document-framework</artifactId>
107-
<version>4.0.0-SNAPSHOT</version>
107+
<version>4.0.0-200</version>
108108
<type>pom</type>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.github.cafdataprocessing</groupId>
112112
<artifactId>worker-document-interface</artifactId>
113-
<version>4.0.0-SNAPSHOT</version>
113+
<version>4.0.0-200</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.github.cafdataprocessing</groupId>
117117
<artifactId>worker-document-shared</artifactId>
118-
<version>4.0.0-SNAPSHOT</version>
118+
<version>4.0.0-200</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.github.cafdataprocessing</groupId>
122122
<artifactId>worker-document-testing</artifactId>
123-
<version>4.0.0-SNAPSHOT</version>
123+
<version>4.0.0-200</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.github.cafdataprocessing</groupId>
127127
<artifactId>worker-document-testing-unit</artifactId>
128-
<version>4.0.0-SNAPSHOT</version>
128+
<version>4.0.0-200</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.github.cafdataprocessing</groupId>
132132
<artifactId>worker-document-utility</artifactId>
133-
<version>4.0.0-SNAPSHOT</version>
133+
<version>4.0.0-200</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.github.workerframework</groupId>

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>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0-200</version>
2727
<packaging>maven-archetype</packaging>
2828

2929
<parent>
3030
<groupId>com.github.cafdataprocessing</groupId>
3131
<artifactId>worker-document-aggregator</artifactId>
32-
<version>4.0.0-SNAPSHOT</version>
32+
<version>4.0.0-200</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>4.0.0-SNAPSHOT</version>
31+
<version>4.0.0-200</version>
3232
</parent>
3333

3434
</project>

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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</version>
3131
</parent>
3232

3333
<dependencies>

worker-document-utility/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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</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>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0-200</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)