Skip to content

Commit abea2dd

Browse files
authored
CLDR-17492 Temporarily point to a fixed snapshot (#3685)
1 parent fb1691a commit abea2dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
SNAPSHOT for the ICU version that we want, so this should only need updating
2626
when the ICU version changes e.g. from 74.0.1, to 74.1, to 75.0.1, then to 75.1.
2727
You can use github actions in icu to manually push the latest SNAPSHOT version. -->
28-
<icu4j.version>76.0.1-SNAPSHOT</icu4j.version>
28+
<!-- <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>
2931
<junit.jupiter.version>5.8.2</junit.jupiter.version>
3032
<maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
3133
<assertj-version>3.11.1</assertj-version>

0 commit comments

Comments
 (0)