We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1691a commit abea2ddCopy full SHA for abea2dd
tools/pom.xml
@@ -25,7 +25,9 @@
25
SNAPSHOT for the ICU version that we want, so this should only need updating
26
when the ICU version changes e.g. from 74.0.1, to 74.1, to 75.0.1, then to 75.1.
27
You can use github actions in icu to manually push the latest SNAPSHOT version. -->
28
- <icu4j.version>76.0.1-SNAPSHOT</icu4j.version>
+ <!-- <icu4j.version>76.0.1-SNAPSHOT</icu4j.version> -->
29
+ <!-- Temporary, so that the refactoring of cldr-utilities does not break this. -->
30
+ <icu4j.version>76.0.1-20240429.164423-1</icu4j.version>
31
<junit.jupiter.version>5.8.2</junit.jupiter.version>
32
<maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
33
<assertj-version>3.11.1</assertj-version>
0 commit comments