From ae84e3265aca85d865448c0d9e91d503451d22f8 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 21 Feb 2018 01:25:57 +0000 Subject: [PATCH] ICU-13581 Update ICU4J version number and data files. (Plus fix dead link in readme file). X-SVN-Rev: 40956 --- 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 ++-- .../classes/core/src/com/ibm/icu/util/VersionInfo.java | 6 +++--- 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 ++-- .../com/ibm/icu/dev/test/util/DebugUtilitiesData.java | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/icu4j/build.properties b/icu4j/build.properties index 564fd33c375..c44d3d9efde 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 = 60 -api.report.prev.version = 59 -release.file.ver = 60rc -api.doc.version = 60 Release Candidate -maven.pom.ver = 60.1 +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 diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties index b099ffc91c1..bd6e644c180 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=60.1.0 +icu4j.plugin.impl.version.string=61.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=60 +icu4j.data.version.number=61 diff --git a/icu4j/eclipse-build/misc/about_icu.html b/icu4j/eclipse-build/misc/about_icu.html index bbd28d92e11..2af6e168435 100644 --- a/icu4j/eclipse-build/misc/about_icu.html +++ b/icu4j/eclipse-build/misc/about_icu.html @@ -9,7 +9,7 @@

About This Content

-

September 28, 2017

+

February 20, 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 60.1.0 plug-in

+

ICU4J 61.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 077f193e6e2..9fe422cbe1f 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

-

September 28, 2017

+

February 20, 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 60.1.0 base plug-in

+

ICU4J 61.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 df08d7c6360..69d1a305a79 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 @@ -188,7 +188,7 @@ public final class VersionInfo implements Comparable * @deprecated This API is ICU internal only. */ @Deprecated - public static final String ICU_DATA_VERSION_PATH = "60b"; + public static final String ICU_DATA_VERSION_PATH = "61b"; /** * Data version in ICU4J. @@ -567,8 +567,8 @@ public final class VersionInfo implements Comparable UNICODE_9_0 = getInstance(9, 0, 0, 0); UNICODE_10_0 = getInstance(10, 0, 0, 0); - ICU_VERSION = getInstance(60, 1, 0, 0); - ICU_DATA_VERSION = getInstance(60, 0, 1, 0); + ICU_VERSION = getInstance(61, 1, 0, 0); + ICU_DATA_VERSION = getInstance(61, 0, 1, 0); UNICODE_VERSION = UNICODE_10_0; UCOL_RUNTIME_VERSION = getInstance(9); diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index a8f1ed98665..0d4c3d72920 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 = 60 -icu4j.impl.version = 60.1 -icu4j.data.version = 60 +icu4j.spec.version = 61 +icu4j.impl.version = 61.1 +icu4j.data.version = 61 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 932eb6bf3b8..b79d2cc18d7 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:fa37df37ddad555dfc900d38890567a820d0efa27e72b9d9db81e914e2b558ec -size 12461103 +oid sha256:acfba1848b12315a4766e213a0ccc0d9502fadbd1020f244e276d1c8afd51192 +size 12459569 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index 39ad11ca932..2abb904a649 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:413dd55333970ffe2a54ac323cb9b5e2a7709a06d132e6e60eb41282489e0970 +oid sha256:ba0371a597e795e69f9e1af95a391cbb2acae35e2d5474ce2ce346da34083dc0 size 92739 diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar index d8e435742b9..cfb654bb5d9 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:49fc3149b6f7691682845386826d43267e196a0286eef1dc9ffaf7100690cab1 -size 813106 +oid sha256:780c32227049ad14592b1802dcf5e5c6b7878851ed1a63a511a7c0ed0f991825 +size 725163 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 e31b83f503e..679a94c0fc0 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="60.1"; + public static final String ICU4C_VERSION="61.1"; public static final int UDebugEnumType = 0; public static final int UCalendarDateFields = 1; public static final int UCalendarMonths = 2; -- 2.40.0