Skip to content

Commit 21f018d

Browse files
Update POM Version to 6.1.3-1642
1 parent 59db306 commit 21f018d

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.workers.languagedetection</groupId>
2929
<artifactId>worker-languagedetection-aggregator</artifactId>
30-
<version>6.1.3-SNAPSHOT</version>
30+
<version>6.1.3-1642</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.workers.languagedetection</groupId>
2929
<artifactId>worker-languagedetection-aggregator</artifactId>
30-
<version>6.1.3-SNAPSHOT</version>
30+
<version>6.1.3-1642</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.workers.languagedetection</groupId>
2525
<artifactId>worker-languagedetection-aggregator</artifactId>
26-
<version>6.1.3-SNAPSHOT</version>
26+
<version>6.1.3-1642</version>
2727
<packaging>pom</packaging>
2828

2929
<parent>
@@ -274,17 +274,17 @@
274274
<dependency>
275275
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
276276
<artifactId>language-detection</artifactId>
277-
<version>6.1.3-SNAPSHOT</version>
277+
<version>6.1.3-1642</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
281281
<artifactId>language-detection-cld2</artifactId>
282-
<version>6.1.3-SNAPSHOT</version>
282+
<version>6.1.3-1642</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
286286
<artifactId>worker-languagedetection</artifactId>
287-
<version>6.1.3-SNAPSHOT</version>
287+
<version>6.1.3-1642</version>
288288
</dependency>
289289
<dependency>
290290
<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.workers.languagedetection</groupId>
3030
<artifactId>worker-languagedetection-aggregator</artifactId>
31-
<version>6.1.3-SNAPSHOT</version>
31+
<version>6.1.3-1642</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.workers.languagedetection</groupId>
2929
<artifactId>worker-languagedetection-aggregator</artifactId>
30-
<version>6.1.3-SNAPSHOT</version>
30+
<version>6.1.3-1642</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)