Skip to content

Commit 7c3d99e

Browse files
Update POM Version to 5.0.0-924
1 parent 5e2fbda commit 7c3d99e

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.0.0-SNAPSHOT</version>
26+
<version>5.0.0-924</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>
@@ -107,48 +107,48 @@
107107
<dependency>
108108
<groupId>com.github.cafdataprocessing</groupId>
109109
<artifactId>worker-document-framework</artifactId>
110-
<version>5.0.0-SNAPSHOT</version>
110+
<version>5.0.0-924</version>
111111
<type>pom</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.github.cafdataprocessing</groupId>
115115
<artifactId>worker-document</artifactId>
116-
<version>5.0.0-SNAPSHOT</version>
116+
<version>5.0.0-924</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.github.cafdataprocessing</groupId>
120120
<artifactId>worker-document-interface</artifactId>
121-
<version>5.0.0-SNAPSHOT</version>
121+
<version>5.0.0-924</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.github.cafdataprocessing</groupId>
125125
<artifactId>worker-document-schema</artifactId>
126-
<version>5.0.0-SNAPSHOT</version>
126+
<version>5.0.0-924</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.github.cafdataprocessing</groupId>
130130
<artifactId>worker-document-shared</artifactId>
131-
<version>5.0.0-SNAPSHOT</version>
131+
<version>5.0.0-924</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.github.cafdataprocessing</groupId>
135135
<artifactId>worker-document-testing</artifactId>
136-
<version>5.0.0-SNAPSHOT</version>
136+
<version>5.0.0-924</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.github.cafdataprocessing</groupId>
140140
<artifactId>worker-document-testing-unit</artifactId>
141-
<version>5.0.0-SNAPSHOT</version>
141+
<version>5.0.0-924</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.github.cafdataprocessing</groupId>
145145
<artifactId>worker-document-utility</artifactId>
146-
<version>5.0.0-SNAPSHOT</version>
146+
<version>5.0.0-924</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.github.cafdataprocessing</groupId>
150150
<artifactId>worker-document-validator</artifactId>
151-
<version>5.0.0-SNAPSHOT</version>
151+
<version>5.0.0-924</version>
152152
</dependency>
153153
<dependency>
154154
<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.0.0-SNAPSHOT</version>
31+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</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.0.0-SNAPSHOT</version>
30+
<version>5.0.0-924</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)