Skip to content

Commit 1126176

Browse files
Update POM Version to 4.4.0-707
1 parent eea539c commit 1126176

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.4.0-SNAPSHOT</version>
26+
<version>4.4.0-707</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Document Worker Framework</name>
@@ -103,48 +103,48 @@
103103
<dependency>
104104
<groupId>com.github.cafdataprocessing</groupId>
105105
<artifactId>worker-document-framework</artifactId>
106-
<version>4.4.0-SNAPSHOT</version>
106+
<version>4.4.0-707</version>
107107
<type>pom</type>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.github.cafdataprocessing</groupId>
111111
<artifactId>worker-document</artifactId>
112-
<version>4.4.0-SNAPSHOT</version>
112+
<version>4.4.0-707</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>com.github.cafdataprocessing</groupId>
116116
<artifactId>worker-document-interface</artifactId>
117-
<version>4.4.0-SNAPSHOT</version>
117+
<version>4.4.0-707</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.github.cafdataprocessing</groupId>
121121
<artifactId>worker-document-schema</artifactId>
122-
<version>4.4.0-SNAPSHOT</version>
122+
<version>4.4.0-707</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>com.github.cafdataprocessing</groupId>
126126
<artifactId>worker-document-shared</artifactId>
127-
<version>4.4.0-SNAPSHOT</version>
127+
<version>4.4.0-707</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.github.cafdataprocessing</groupId>
131131
<artifactId>worker-document-testing</artifactId>
132-
<version>4.4.0-SNAPSHOT</version>
132+
<version>4.4.0-707</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>com.github.cafdataprocessing</groupId>
136136
<artifactId>worker-document-testing-unit</artifactId>
137-
<version>4.4.0-SNAPSHOT</version>
137+
<version>4.4.0-707</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.github.cafdataprocessing</groupId>
141141
<artifactId>worker-document-utility</artifactId>
142-
<version>4.4.0-SNAPSHOT</version>
142+
<version>4.4.0-707</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.github.cafdataprocessing</groupId>
146146
<artifactId>worker-document-validator</artifactId>
147-
<version>4.4.0-SNAPSHOT</version>
147+
<version>4.4.0-707</version>
148148
</dependency>
149149
<dependency>
150150
<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.4.0-SNAPSHOT</version>
26+
<version>4.4.0-707</version>
2727
<packaging>maven-archetype</packaging>
2828

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

3333
<dependencies>

0 commit comments

Comments
 (0)