Skip to content

Commit 85fb53c

Browse files
Update POM Version to 7.0.0-1496
1 parent 1839d61 commit 85fb53c

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

pom.xml

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

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

2929
<name>Document Worker Framework</name>
@@ -169,27 +169,27 @@
169169
<dependency>
170170
<groupId>com.github.cafdataprocessing.workers.document</groupId>
171171
<artifactId>worker-document</artifactId>
172-
<version>7.0.0-SNAPSHOT</version>
172+
<version>7.0.0-1496</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>com.github.cafdataprocessing.workers.document</groupId>
176176
<artifactId>worker-document-interface</artifactId>
177-
<version>7.0.0-SNAPSHOT</version>
177+
<version>7.0.0-1496</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>com.github.cafdataprocessing.workers.document</groupId>
181181
<artifactId>worker-document-schema</artifactId>
182-
<version>7.0.0-SNAPSHOT</version>
182+
<version>7.0.0-1496</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>com.github.cafdataprocessing.workers.document</groupId>
186186
<artifactId>worker-document-shared</artifactId>
187-
<version>7.0.0-SNAPSHOT</version>
187+
<version>7.0.0-1496</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>com.github.cafdataprocessing.workers.document</groupId>
191191
<artifactId>worker-document-utility</artifactId>
192-
<version>7.0.0-SNAPSHOT</version>
192+
<version>7.0.0-1496</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>com.github.workerframework</groupId>

worker-document-framework/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.workers.document</groupId>
2929
<artifactId>worker-document-aggregator</artifactId>
30-
<version>7.0.0-SNAPSHOT</version>
30+
<version>7.0.0-1496</version>
3131
</parent>
3232

3333
</project>

worker-document-interface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<build>

worker-document-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document-testing-unit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>worker-document-aggregator</artifactId>
2828
<groupId>com.github.cafdataprocessing.workers.document</groupId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document-utility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

worker-document/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.cafdataprocessing.workers.document</groupId>
2828
<artifactId>worker-document-aggregator</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>7.0.0-1496</version>
3030
</parent>
3131

3232
<dependencies>

0 commit comments

Comments
 (0)