Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cld2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
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.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</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.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</parent>

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

<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -273,17 +273,17 @@
<dependency>
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
<artifactId>language-detection</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
<artifactId>language-detection-cld2</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.languagedetection</groupId>
<artifactId>worker-languagedetection</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down Expand Up @@ -1005,9 +1005,9 @@
<projectDockerRegistry>worker-languagedetection-${project.version}.project-registries.local</projectDockerRegistry>
<imageManagement>
<image>
<repository>${dockerHubPublic}/cafapi/oraclelinux-jre21</repository>
<repository>${dockerHubPublic}/cafapi/oraclelinux-jre25</repository>
<tag>2.2.6</tag>
<digest>sha256:64c05cf2405ff5875d1c95a39d4bccf0b883d68c77573fd09cf06d361304aa3b</digest>
<digest>sha256:587641af277adbba9bbeb6b1e34df8687af5b6e0d37d0dbea687e387e8d79cd7</digest>
</image>
<image>
<repository>${dockerHubPublic}/cloudesire/webdav</repository>
Expand Down
1 change: 1 addition & 0 deletions release-notes-7.1.2.md → release-notes-7.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
${version-number}

#### New Features
- **US1138334**: Updated to run on Java 25.

#### Known Issues
4 changes: 2 additions & 2 deletions 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.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</parent>

<!-- Properties for the worker. -->
Expand Down Expand Up @@ -332,7 +332,7 @@
<alias>worker-languagedetection</alias>
<name>${dockerCafDataProcessingOrg}worker-languagedetection${dockerProjectVersion}</name>
<build>
<from>${projectDockerRegistry}/cafapi/oraclelinux-jre21</from>
<from>${projectDockerRegistry}/cafapi/oraclelinux-jre25</from>
<!-- The entry point will be the worker.sh executable. -->
<cmd>
<exec>
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.workers.languagedetection</groupId>
<artifactId>worker-languagedetection-aggregator</artifactId>
<version>7.1.2-SNAPSHOT</version>
<version>7.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down