Skip to content

Commit 2dcc628

Browse files
Update POM Version to 5.1.0-1419
1 parent 921cf14 commit 2dcc628

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

language-detection-cld2/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-languagedetection-aggregator</artifactId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.1.0-1419</version>
3131
</parent>
3232

3333
<build>

language-detection/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-languagedetection-aggregator</artifactId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.1.0-1419</version>
3131
</parent>
3232

3333
</project>

pom.xml

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

2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>worker-languagedetection-aggregator</artifactId>
26-
<version>5.1.0-SNAPSHOT</version>
26+
<version>5.1.0-1419</version>
2727
<packaging>pom</packaging>
2828

2929
<parent>
@@ -244,12 +244,12 @@
244244
<dependency>
245245
<groupId>com.github.cafdataprocessing</groupId>
246246
<artifactId>language-detection</artifactId>
247-
<version>5.1.0-SNAPSHOT</version>
247+
<version>5.1.0-1419</version>
248248
</dependency>
249249
<dependency>
250250
<groupId>com.github.cafdataprocessing</groupId>
251251
<artifactId>language-detection-cld2</artifactId>
252-
<version>5.1.0-SNAPSHOT</version>
252+
<version>5.1.0-1419</version>
253253
</dependency>
254254
<dependency>
255255
<groupId>com.github.cafdataprocessing</groupId>
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>com.github.cafdataprocessing</groupId>
281281
<artifactId>worker-languagedetection</artifactId>
282-
<version>5.1.0-SNAPSHOT</version>
282+
<version>5.1.0-1419</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.github.workerframework</groupId>

worker-languagedetection-container/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-languagedetection-aggregator</artifactId>
31-
<version>5.1.0-SNAPSHOT</version>
31+
<version>5.1.0-1419</version>
3232
</parent>
3333

3434
<!-- Properties for the worker. -->

worker-languagedetection/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-languagedetection-aggregator</artifactId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.1.0-1419</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)