From 70e173a4a2a13765013c94a70b9c08e859ae61a9 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Fri, 25 May 2018 23:39:14 +0000 Subject: [PATCH] ICU-13667 Update ICU4J version number for 62.1 release candidate, and readme file. X-SVN-Rev: 41467 --- icu4j/build.properties | 10 ++-- icu4j/eclipse-build/build.properties | 4 +- icu4j/eclipse-build/misc/about_icu.html | 4 +- icu4j/eclipse-build/misc/about_icu_base.html | 4 +- .../src/com/ibm/icu/util/VersionInfo.java | 4 +- icu4j/main/shared/build/common.properties | 6 +- icu4j/main/shared/data/icudata.jar | 4 +- icu4j/main/shared/data/icutzdata.jar | 2 +- icu4j/main/shared/data/testdata.jar | 4 +- .../icu/dev/test/util/DebugUtilitiesData.java | 2 +- icu4j/readme.html | 60 +++++++++---------- 11 files changed, 52 insertions(+), 52 deletions(-) diff --git a/icu4j/build.properties b/icu4j/build.properties index 5806c55aa8a..56521d3fc97 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -4,9 +4,9 @@ #* Copyright (C) 2009-2016, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -api.report.version = 61 -api.report.prev.version = 60 -release.file.ver = 61rc -api.doc.version = 61 Release Candidate -maven.pom.ver = 61.1-SHAPSHOT +api.report.version = 62 +api.report.prev.version = 61 +release.file.ver = 62rc +api.doc.version = 62 Release Candidate +maven.pom.ver = 62.1-SHAPSHOT diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties index b8404950f4b..4e648860b59 100644 --- a/icu4j/eclipse-build/build.properties +++ b/icu4j/eclipse-build/build.properties @@ -4,6 +4,6 @@ #* Copyright (C) 2010-2016, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -icu4j.plugin.impl.version.string=61.1.0 +icu4j.plugin.impl.version.string=62.1.0 copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License -icu4j.data.version.number=61 +icu4j.data.version.number=62 diff --git a/icu4j/eclipse-build/misc/about_icu.html b/icu4j/eclipse-build/misc/about_icu.html index 2af6e168435..adde700ed0b 100644 --- a/icu4j/eclipse-build/misc/about_icu.html +++ b/icu4j/eclipse-build/misc/about_icu.html @@ -9,7 +9,7 @@

About This Content

-

February 20, 2018

+

May 25, 2018

License

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.

-

ICU4J 61.1.0 plug-in

+

ICU4J 62.1.0 plug-in

The plug-in includes software ("ICU4J") developed by Unicode Inc. and others. Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the diff --git a/icu4j/eclipse-build/misc/about_icu_base.html b/icu4j/eclipse-build/misc/about_icu_base.html index 9fe422cbe1f..6f710bc2dc2 100644 --- a/icu4j/eclipse-build/misc/about_icu_base.html +++ b/icu4j/eclipse-build/misc/about_icu_base.html @@ -9,7 +9,7 @@

About This Content

-

February 20, 2018

+

May 25, 2018

License

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.

-

ICU4J 61.1.0 base plug-in

+

ICU4J 62.1.0 base plug-in

The plug-in includes software ("ICU4J") developed by Unicode Inc. and others. Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java index a1d761150cd..20a1adaca21 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java @@ -194,7 +194,7 @@ public final class VersionInfo implements Comparable * @deprecated This API is ICU internal only. */ @Deprecated - public static final String ICU_DATA_VERSION_PATH = "61b"; + public static final String ICU_DATA_VERSION_PATH = "62b"; /** * Data version in ICU4J. @@ -574,7 +574,7 @@ public final class VersionInfo implements Comparable UNICODE_10_0 = getInstance(10, 0, 0, 0); UNICODE_11_0 = getInstance(11, 0, 0, 0); - ICU_VERSION = getInstance(61, 1, 0, 0); + ICU_VERSION = getInstance(62, 1, 0, 0); ICU_DATA_VERSION = ICU_VERSION; UNICODE_VERSION = UNICODE_11_0; diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index 4f3e64a546f..8c57be5f494 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -6,9 +6,9 @@ #******************************************************************************* # Version numbers, etc. -icu4j.spec.version = 61 -icu4j.impl.version = 61.1 -icu4j.data.version = 61 +icu4j.spec.version = 62 +icu4j.impl.version = 62.1 +icu4j.data.version = 62 default.exec.env = JavaSE-1.6 copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar index 82b98aa7510..ca40b52e118 100755 --- a/icu4j/main/shared/data/icudata.jar +++ b/icu4j/main/shared/data/icudata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b668e08868f022ba059563df22c6fb6cfd52475e6b9ddf8d1de90ce5be459d1 -size 12500135 +oid sha256:bfc00a4027a764c3a7667096d8b213f4f9bf0e2b35ec598c91faec20be257809 +size 12498438 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index fec218edd80..0daec45aa92 100755 --- a/icu4j/main/shared/data/icutzdata.jar +++ b/icu4j/main/shared/data/icutzdata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73151064e196a8b53c7929eef7583108e656e25081d41e45fe0e31b3e2efbc29 +oid sha256:77e6549613d4247505a4d1036100a60503bacb9e37777cba3df6b0e64be850bb size 92867 diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar index d3a3686cffe..d2f39490d82 100755 --- a/icu4j/main/shared/data/testdata.jar +++ b/icu4j/main/shared/data/testdata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d6f74e0bb0de91023fcf6b0aec8acab619da6854baae4609b0808bb7dcec9d2 -size 813161 +oid sha256:ebee8e437e34e5fc08c7bbe1119cde60c51f7f24d9c58ccd0fe6b6ccc3fe7c2f +size 725241 diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java index 679a94c0fc0..ea985c42fdf 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java @@ -10,7 +10,7 @@ package com.ibm.icu.dev.test.util; public class DebugUtilitiesData extends Object { - public static final String ICU4C_VERSION="61.1"; + public static final String ICU4C_VERSION="62.1"; public static final int UDebugEnumType = 0; public static final int UCalendarDateFields = 1; public static final int UCalendarMonths = 2; diff --git a/icu4j/readme.html b/icu4j/readme.html index d6b6d6f7aff..ed127ce036c 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -14,8 +14,8 @@ h3.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 61 Release Candidate

-(Last Update: 2018-Mar-7) +

Read Me for ICU4J 62.1 Release Candidate

+(Last Update: 2018-May-25)

@@ -24,10 +24,10 @@ of inherited API and introduces new API or functionality. --> -Note: This is a release candidate of ICU4J 61. +Note: This is a release candidate of ICU4J 62. The contents of this document may not reflect the recent changes done -for ICU 61 development. This release candidate is intended for those -wishing to verify ICU 61 integration before final release. It is not +for ICU 62 development. This release candidate is intended for those +wishing to verify ICU 62 integration before final release. It is not recommended for production use.

For the most recent release, see the

Changes In This Release

-

See the ICU 61 download page +

See the ICU 62 download page about new features in this release.

The list of API changes since the previous ICU4J release is available -here.

+here.

- + - +

License Information

@@ -161,8 +161,8 @@ file included in this package.

Platform Dependencies

-ICU4J 61 depends on J2SE 6 functionality. Therefore, ICU4J only runs on -JRE version 6 or later. ICU4J 61 is tested on JRE 6, 7, 8 and 9. +ICU4J 62 depends on J2SE 6 functionality. Therefore, ICU4J only runs on +JRE version 6 or later. ICU4J 62 is tested on JRE 6, 7, 8 and 9.

How to Download ICU4J

There are a few different ways to download the ICU4J releases. @@ -180,19 +180,19 @@ builds, and they are packaged in jar files for convenient download. <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>61.1</version> + <version>62.1</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-charset</artifactId> - <version>61.1</version> + <version>62.1</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-localespi</artifactId> - <version>61.1</version> + <version>62.1</version> </dependency> @@ -731,54 +731,54 @@ from release to release, so clients should not depend on the exact organization of the data in ICU4J.