ICU-22583 CLDR release-44-1 to ICU maint/maint-74 part 3 (ICU sources: lib, tools, tests)

This commit is contained in:
Peter Edberg 2023-12-06 22:16:47 -08:00 committed by Peter Edberg
parent 0e217d14df
commit 5bfeae38ee
3 changed files with 4 additions and 4 deletions

View file

@ -2181,7 +2181,7 @@ static void TestFallback()
UResourceBundle* myResB = ures_open(NULL,"no_NO_NY",&err);
UResourceBundle* resLocID = ures_getByKey(myResB, "Version", NULL, &err);
const UChar* version = NULL;
static const UChar versionStr[] = u"44"; // 44 in nn_NO or in a parent bundle/root
static const UChar versionStr[] = u"44.1"; // 44.1 in nn_NO or in a parent bundle/root
if(U_FAILURE(err)) {
log_data_err("Expected success when trying to test no_NO_NY aliased to nn_NO for Version "

View file

@ -13,8 +13,8 @@
root
{
Version { 44.0 }
ExpectCLDRVersionAtLeast { 44.0 } // 'base' cldr version. Allow up to version =.=.* of this
CurrentCLDRVersion { 44.0 } // Current CLDR version as of the test update. Warn if not an exact match.
ExpectCLDRVersionAtLeast { 44.1 } // 'base' cldr version. Allow up to version =.=.* of this
CurrentCLDRVersion { 44.1 } // Current CLDR version as of the test update. Warn if not an exact match.
ShortLanguage { xxx }

View file

@ -83,7 +83,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>74.1-SNAPSHOT</version>
<version>74.1</version>
<!-- 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