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 @@
September 28, 2017
+February 20, 2018
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 @@
September 28, 2017
+February 20, 2018
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