ICU-22724 BRS_76_GA Update version number to 76.1 (No more -SNAPSHOT)

This commit is contained in:
Rahul Pandey 2024-10-21 16:21:38 +05:30 committed by Markus Scherer
parent fd68c315d5
commit 8eca245c74
19 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
</parent>
<artifactId>demos</artifactId>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -9,7 +9,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
</parent>
<artifactId>perf-tests</artifactId>

View file

@ -8,7 +8,7 @@
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<packaging>pom</packaging>
<name>${proj-title} (${project.artifactId})</name>

View file

@ -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

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
</parent>
<artifactId>samples</artifactId>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-root</artifactId>
<version>76.1-SNAPSHOT</version>
<version>76.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View file

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