Skip to content

Commit

Permalink
Update POM Version to 5.1.0-1419
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Jun 13, 2024
1 parent 921cf14 commit 2dcc628
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion language-detection-cld2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion language-detection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</parent>

</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -244,12 +244,12 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>language-detection</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>language-detection-cld2</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
Expand Down Expand Up @@ -279,7 +279,7 @@
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-languagedetection-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</parent>

<!-- Properties for the worker. -->
Expand Down
2 changes: 1 addition & 1 deletion worker-languagedetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-1419</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 2dcc628

Please sign in to comment.