From 8eca245c7484ac6cc179e3e5f7c1ea7680810f39 Mon Sep 17 00:00:00 2001 From: Rahul Pandey Date: Mon, 21 Oct 2024 16:21:38 +0530 Subject: [PATCH] ICU-22724 BRS_76_GA Update version number to 76.1 (No more -SNAPSHOT) --- icu4j/demos/pom.xml | 2 +- icu4j/main/charset/pom.xml | 2 +- icu4j/main/collate/pom.xml | 2 +- icu4j/main/common_tests/pom.xml | 2 +- icu4j/main/core/pom.xml | 2 +- icu4j/main/currdata/pom.xml | 2 +- icu4j/main/framework/pom.xml | 2 +- icu4j/main/icu4j/pom.xml | 2 +- icu4j/main/langdata/pom.xml | 2 +- icu4j/main/localespi/pom.xml | 2 +- icu4j/main/regiondata/pom.xml | 2 +- icu4j/main/translit/pom.xml | 2 +- icu4j/perf-tests/pom.xml | 2 +- icu4j/pom.xml | 2 +- icu4j/releases_tools/shared.sh | 4 ++-- icu4j/samples/pom.xml | 2 +- icu4j/tools/build/pom.xml | 2 +- icu4j/tools/misc/pom.xml | 2 +- tools/cldr/cldr-to-icu/pom.xml | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/icu4j/demos/pom.xml b/icu4j/demos/pom.xml index 2990cca0a024..66eba0ef41c0 100644 --- a/icu4j/demos/pom.xml +++ b/icu4j/demos/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 demos diff --git a/icu4j/main/charset/pom.xml b/icu4j/main/charset/pom.xml index 7b705d9a1fbc..2af5a5451958 100644 --- a/icu4j/main/charset/pom.xml +++ b/icu4j/main/charset/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/collate/pom.xml b/icu4j/main/collate/pom.xml index 0cdfd25e6d06..4db9dd263c40 100644 --- a/icu4j/main/collate/pom.xml +++ b/icu4j/main/collate/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/common_tests/pom.xml b/icu4j/main/common_tests/pom.xml index e5b051c14c5e..f3007b609462 100644 --- a/icu4j/main/common_tests/pom.xml +++ b/icu4j/main/common_tests/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/core/pom.xml b/icu4j/main/core/pom.xml index 5385b791fdd1..93a695c9f7ce 100644 --- a/icu4j/main/core/pom.xml +++ b/icu4j/main/core/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/currdata/pom.xml b/icu4j/main/currdata/pom.xml index 53a41960b9a9..a0ec34783c7c 100644 --- a/icu4j/main/currdata/pom.xml +++ b/icu4j/main/currdata/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/framework/pom.xml b/icu4j/main/framework/pom.xml index 832c518e4bfd..ec9480d4a1d8 100644 --- a/icu4j/main/framework/pom.xml +++ b/icu4j/main/framework/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/icu4j/pom.xml b/icu4j/main/icu4j/pom.xml index 182026251df0..cfa541f29358 100644 --- a/icu4j/main/icu4j/pom.xml +++ b/icu4j/main/icu4j/pom.xml @@ -9,7 +9,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/langdata/pom.xml b/icu4j/main/langdata/pom.xml index ade5a882f708..0b37e48c15d9 100644 --- a/icu4j/main/langdata/pom.xml +++ b/icu4j/main/langdata/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/localespi/pom.xml b/icu4j/main/localespi/pom.xml index 1526e98516c0..f9b5a1b3b820 100644 --- a/icu4j/main/localespi/pom.xml +++ b/icu4j/main/localespi/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/regiondata/pom.xml b/icu4j/main/regiondata/pom.xml index 858200ed5988..0984b574c552 100644 --- a/icu4j/main/regiondata/pom.xml +++ b/icu4j/main/regiondata/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/main/translit/pom.xml b/icu4j/main/translit/pom.xml index 7219f4bf3835..53621bffcccf 100644 --- a/icu4j/main/translit/pom.xml +++ b/icu4j/main/translit/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/perf-tests/pom.xml b/icu4j/perf-tests/pom.xml index 31ab0491de91..47acece7a220 100644 --- a/icu4j/perf-tests/pom.xml +++ b/icu4j/perf-tests/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 perf-tests diff --git a/icu4j/pom.xml b/icu4j/pom.xml index e79083871ea6..e5c7a66c3b6c 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 pom ${proj-title} (${project.artifactId}) diff --git a/icu4j/releases_tools/shared.sh b/icu4j/releases_tools/shared.sh index 1b9b39272b2a..977296929523 100755 --- a/icu4j/releases_tools/shared.sh +++ b/icu4j/releases_tools/shared.sh @@ -5,8 +5,8 @@ export MAVEN_ARGS='--no-transfer-progress' # Version update! -export artifact_version='76.1-SNAPSHOT' -export github_rel_version='76rc' +export artifact_version='76.1' +export github_rel_version='76_1' export api_report_version='76' export api_report_prev_version='75' export out_dir=target diff --git a/icu4j/samples/pom.xml b/icu4j/samples/pom.xml index 910be88c6acf..1072c4790ba2 100644 --- a/icu4j/samples/pom.xml +++ b/icu4j/samples/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 samples diff --git a/icu4j/tools/build/pom.xml b/icu4j/tools/build/pom.xml index 6113e7e452f7..3e1ab5dbe7c3 100644 --- a/icu4j/tools/build/pom.xml +++ b/icu4j/tools/build/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/icu4j/tools/misc/pom.xml b/icu4j/tools/misc/pom.xml index 61cd0a9a8416..ee05daa5de1c 100644 --- a/icu4j/tools/misc/pom.xml +++ b/icu4j/tools/misc/pom.xml @@ -8,7 +8,7 @@ com.ibm.icu icu4j-root - 76.1-SNAPSHOT + 76.1 ../../pom.xml diff --git a/tools/cldr/cldr-to-icu/pom.xml b/tools/cldr/cldr-to-icu/pom.xml index 0d8f6634dcb5..c35af50b0615 100644 --- a/tools/cldr/cldr-to-icu/pom.xml +++ b/tools/cldr/cldr-to-icu/pom.xml @@ -83,7 +83,7 @@ com.ibm.icu icu4j - 76.1-SNAPSHOT + 76.1