Skip to content

Commit 2c74e0e

Browse files
Update POM Version to 5.2.0-1238
1 parent 2dbd031 commit 2c74e0e

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

pom.xml

Lines changed: 10 additions & 10 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>5.2.0-SNAPSHOT</version>
26+
<version>5.2.0-1238</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>
@@ -108,48 +108,48 @@
108108
<dependency>
109109
<groupId>com.github.cafdataprocessing</groupId>
110110
<artifactId>worker-document-framework</artifactId>
111-
<version>5.2.0-SNAPSHOT</version>
111+
<version>5.2.0-1238</version>
112112
<type>pom</type>
113113
</dependency>
114114
<dependency>
115115
<groupId>com.github.cafdataprocessing</groupId>
116116
<artifactId>worker-document</artifactId>
117-
<version>5.2.0-SNAPSHOT</version>
117+
<version>5.2.0-1238</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.github.cafdataprocessing</groupId>
121121
<artifactId>worker-document-interface</artifactId>
122-
<version>5.2.0-SNAPSHOT</version>
122+
<version>5.2.0-1238</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>com.github.cafdataprocessing</groupId>
126126
<artifactId>worker-document-schema</artifactId>
127-
<version>5.2.0-SNAPSHOT</version>
127+
<version>5.2.0-1238</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.github.cafdataprocessing</groupId>
131131
<artifactId>worker-document-shared</artifactId>
132-
<version>5.2.0-SNAPSHOT</version>
132+
<version>5.2.0-1238</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>com.github.cafdataprocessing</groupId>
136136
<artifactId>worker-document-testing</artifactId>
137-
<version>5.2.0-SNAPSHOT</version>
137+
<version>5.2.0-1238</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.github.cafdataprocessing</groupId>
141141
<artifactId>worker-document-testing-unit</artifactId>
142-
<version>5.2.0-SNAPSHOT</version>
142+
<version>5.2.0-1238</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.github.cafdataprocessing</groupId>
146146
<artifactId>worker-document-utility</artifactId>
147-
<version>5.2.0-SNAPSHOT</version>
147+
<version>5.2.0-1238</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.github.cafdataprocessing</groupId>
151151
<artifactId>worker-document-validator</artifactId>
152-
<version>5.2.0-SNAPSHOT</version>
152+
<version>5.2.0-1238</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.github.java-json-tools</groupId>

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>5.2.0-SNAPSHOT</version>
31+
<version>5.2.0-1238</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>5.2.0-SNAPSHOT</version>
30+
<version>5.2.0-1238</version>
3131
</parent>
3232

3333
<dependencies>

worker-document-schema/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>5.2.0-SNAPSHOT</version>
30+
<version>5.2.0-1238</version>
3131
</parent>
3232

3333
<build>

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

3333
<dependencies>

worker-document-validator/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>5.2.0-SNAPSHOT</version>
30+
<version>5.2.0-1238</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>5.2.0-SNAPSHOT</version>
30+
<version>5.2.0-1238</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)