Skip to content

Commit

Permalink
CLDR-17595 Update ICU4J libs for CLDR to 76.0.1-SNAPSHOT (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu authored May 1, 2024
1 parent 3256844 commit b304875
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<!-- Note: see https://github.com/unicode-org/icu/packages/1954682/versions
for the icu4j.version tag to use. In general we should just use the latest
SNAPSHOT for the ICU version that we want, so this should only need updating
when the ICU version changes e.g. from 74.0.1, to 74.1, to 75.0.1, then to 75.1 -->
<icu4j.version>75.1-SNAPSHOT</icu4j.version>
when the ICU version changes e.g. from 74.0.1, to 74.1, to 75.0.1, then to 75.1.
You can use github actions in icu to manually push the latest SNAPSHOT version. -->
<icu4j.version>76.0.1-SNAPSHOT</icu4j.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
<assertj-version>3.11.1</assertj-version>
Expand Down

0 comments on commit b304875

Please sign in to comment.