Skip to content

Commit

Permalink
CLDR-17541 Update README status/data & spec date, update CLDR poms fo…
Browse files Browse the repository at this point in the history
…r final (#3635)
  • Loading branch information
pedberg-icu authored Apr 15, 2024
1 parent c6675f2 commit aa0066d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod

## Status

Update: 2024-04-03
Update: 2024-04-15

<!-- [inapplicable lines are commented out.]-->
<!-- **Note:** CLDR 45 is in development and not recommended for use at this stage. -->
<!--**Note:** This is the milestone 1 version of CLDR 45, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
<!--**Note:** This is a preliminary version of CLDR 45, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
**Note:** This is a pre-release candidate version of CLDR 45, intended for testing. It is not recommended for production use.
<!--This is the final release version of CLDR 45.-->
<!--**Note:** This is a pre-release candidate version of CLDR 45, intended for testing. It is not recommended for production use.-->
This is the final release version of CLDR 45.

### What is CLDR?
The Unicode Common Locale Data Repository (CLDR) provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a [wide spectrum of companies](https://cldr.unicode.org/index#h.ezpykkomyltl) for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/charts/keyboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>45.0-SNAPSHOT</version>
<version>45.0</version>
<relativePath>../../../tools/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|Version|45 (draft)|
|-------|----------|
|Editors|Mark Davis (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members</a>|
|Date|2024-04-03|
|Date|2024-04-15|
|This Version|<a href="https://www.unicode.org/reports/tr35/tr35-72/tr35.html">https://www.unicode.org/reports/tr35/tr35-72/tr35.html</a>|
|Previous Version|<a href="https://www.unicode.org/reports/tr35/tr35-71/tr35.html">https://www.unicode.org/reports/tr35/tr35-71/tr35.html</a>|
|Latest Version|<a href="https://www.unicode.org/reports/tr35/">https://www.unicode.org/reports/tr35/</a>|
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-data</artifactId>
<version>44.0-SNAPSHOT</version>
<version>45.0</version>
<name>CLDR Top Level and Data</name>
<packaging>pom</packaging>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>45.0-SNAPSHOT</version>
<version>45.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>45.0-SNAPSHOT</version>
<version>45.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>45.0-SNAPSHOT</version>
<version>45.0</version>
</parent>


Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>45.0-SNAPSHOT</version>
<version>45.0</version>
<name>CLDR All Tools</name>
<packaging>pom</packaging>
<licenses>
Expand All @@ -24,7 +24,7 @@
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>
<icu4j.version>75.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 aa0066d

Please sign in to comment.