Skip to content

Commit 858b23f

Browse files
author
Build Machine
committed
Update POM Version to 4.2.0-461
1 parent 0a1031d commit 858b23f

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
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>4.2.0-SNAPSHOT</version>
26+
<version>4.2.0-461</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>
@@ -119,48 +119,48 @@
119119
<dependency>
120120
<groupId>com.github.cafdataprocessing</groupId>
121121
<artifactId>worker-document-framework</artifactId>
122-
<version>4.2.0-SNAPSHOT</version>
122+
<version>4.2.0-461</version>
123123
<type>pom</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.github.cafdataprocessing</groupId>
127127
<artifactId>worker-document</artifactId>
128-
<version>4.2.0-SNAPSHOT</version>
128+
<version>4.2.0-461</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.github.cafdataprocessing</groupId>
132132
<artifactId>worker-document-interface</artifactId>
133-
<version>4.2.0-SNAPSHOT</version>
133+
<version>4.2.0-461</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.github.cafdataprocessing</groupId>
137137
<artifactId>worker-document-schema</artifactId>
138-
<version>4.2.0-SNAPSHOT</version>
138+
<version>4.2.0-461</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.github.cafdataprocessing</groupId>
142142
<artifactId>worker-document-shared</artifactId>
143-
<version>4.2.0-SNAPSHOT</version>
143+
<version>4.2.0-461</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.github.cafdataprocessing</groupId>
147147
<artifactId>worker-document-testing</artifactId>
148-
<version>4.2.0-SNAPSHOT</version>
148+
<version>4.2.0-461</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>com.github.cafdataprocessing</groupId>
152152
<artifactId>worker-document-testing-unit</artifactId>
153-
<version>4.2.0-SNAPSHOT</version>
153+
<version>4.2.0-461</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.github.cafdataprocessing</groupId>
157157
<artifactId>worker-document-utility</artifactId>
158-
<version>4.2.0-SNAPSHOT</version>
158+
<version>4.2.0-461</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.github.cafdataprocessing</groupId>
162162
<artifactId>worker-document-validator</artifactId>
163-
<version>4.2.0-SNAPSHOT</version>
163+
<version>4.2.0-461</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.github.java-json-tools</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.2.0-SNAPSHOT</version>
26+
<version>4.2.0-461</version>
2727
<packaging>maven-archetype</packaging>
2828

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

3333
<dependencies>

0 commit comments

Comments
 (0)