Skip to content

Commit

Permalink
CLDR-17201 Update to use final ICU4J 74 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu committed Oct 27, 2023
1 parent c291c05 commit 7bcedd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod

## Status

Update: 2023-10-25
Update: 2023-10-26

<!-- [inapplicable lines are commented out.]-->
<!--**Note:** CLDR 44 is in development and not recommended for use at this stage.-->
Expand Down
6 changes: 4 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<!-- 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, then to 75.0.1 -->
<icu4j.version>74.1-SNAPSHOT</icu4j.version>
when the ICU version changes e.g. from 74.0.1, to 74.1, then to 75.0.1. Also
we can remove the SNAPSHOT to use the final version of ICU4J if available
early enough. -->
<icu4j.version>74.1</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 7bcedd5

Please sign in to comment.