From 0ac0d23f9a5860444d1033ade23ddc29e391066e Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 6 Mar 2015 20:21:01 +0000 Subject: [PATCH] ICU-11565 ICU4J version number to 55.1 X-SVN-Rev: 37158 --- icu4j/build.properties | 6 +++--- icu4j/eclipse-build/build.properties | 6 +++--- icu4j/eclipse-build/misc/about_icu.html | 6 +++--- icu4j/eclipse-build/misc/about_icu_base.html | 6 +++--- .../main/classes/core/src/com/ibm/icu/util/VersionInfo.java | 6 +++--- icu4j/main/shared/build/common.properties | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/icu4j/build.properties b/icu4j/build.properties index 66d3534ab3..b77e6282cd 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -1,9 +1,9 @@ #******************************************************************************* -#* Copyright (C) 2009-2014, International Business Machines Corporation and * +#* Copyright (C) 2009-2015, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* api.report.version = 55 api.report.prev.version = 54 -release.file.ver = 55m1 -api.doc.version = 55 Milestone 1 +release.file.ver = 55rc +api.doc.version = 55 Release Candidate diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties index 6505c94dc8..0a2923ff34 100644 --- a/icu4j/eclipse-build/build.properties +++ b/icu4j/eclipse-build/build.properties @@ -1,7 +1,7 @@ #******************************************************************************* -#* Copyright (C) 2010-2014, International Business Machines Corporation and * +#* Copyright (C) 2010-2015, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -icu4j.plugin.impl.version.string=55.0.1 -copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2014. All Rights Reserved. \n IBM is a registered trademark of IBM Corp. +icu4j.plugin.impl.version.string=55.1.0 +copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2015. All Rights Reserved. \n IBM is a registered trademark of IBM Corp. icu4j.data.version.number=55 diff --git a/icu4j/eclipse-build/misc/about_icu.html b/icu4j/eclipse-build/misc/about_icu.html index 5c2aab4a43..ae12b7f245 100644 --- a/icu4j/eclipse-build/misc/about_icu.html +++ b/icu4j/eclipse-build/misc/about_icu.html @@ -8,7 +8,7 @@

About This Content

-

XXXX XX, 2014

+

XXXX XX, 2015

License

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -31,13 +31,13 @@ and such source code may be obtained at http:/ for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.

-

ICU4J 55.X.X.v2014XXXX plug-in

+

ICU4J 55.X.X.v2015XXXX plug-in

The plug-in includes software ("ICU4J") developed by International Business Machines Corporation and others.

ICU4J is:

- Copyright (c) 1995-2014 International Business Machines Corporation and others
+ Copyright (c) 1995-2015 International Business Machines Corporation and others
All rights reserved.

diff --git a/icu4j/eclipse-build/misc/about_icu_base.html b/icu4j/eclipse-build/misc/about_icu_base.html index 7df8131b24..4c9ab99977 100644 --- a/icu4j/eclipse-build/misc/about_icu_base.html +++ b/icu4j/eclipse-build/misc/about_icu_base.html @@ -8,7 +8,7 @@

About This Content

-

XXXX XX, 2014

+

XXXX XX, 2015

License

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -31,13 +31,13 @@ and such source code may be obtained at http:/ for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.

-

ICU4J 55.X.X.v2014XXXX base plug-in

+

ICU4J 55.X.X.v2015XXXX base plug-in

The plug-in includes software ("ICU4J") developed by International Business Machines Corporation and others.

ICU4J is:

- Copyright (c) 1995-2014 International Business Machines Corporation and others
+ Copyright (c) 1995-2015 International Business Machines Corporation and others
All rights reserved.

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 1225803bcb..26d698f81c 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 @@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (C) 1996-2014, International Business Machines Corporation and + * Copyright (C) 1996-2015, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* */ @@ -525,8 +525,8 @@ public final class VersionInfo implements Comparable UNICODE_6_3 = getInstance(6, 3, 0, 0); UNICODE_7_0 = getInstance(7, 0, 0, 0); - ICU_VERSION = getInstance(55, 0, 1, 0); - ICU_DATA_VERSION = getInstance(55, 0, 1, 0); + ICU_VERSION = getInstance(55, 1, 0, 0); + ICU_DATA_VERSION = getInstance(55, 1, 0, 0); UNICODE_VERSION = UNICODE_7_0; UCOL_RUNTIME_VERSION = getInstance(9); diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index 444b303645..7980abc95e 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -1,11 +1,11 @@ #******************************************************************************* -#* Copyright (C) 2009-2014, International Business Machines Corporation and * +#* Copyright (C) 2009-2015, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* # Version numbers, etc. icu4j.spec.version = 55 -icu4j.impl.version = 55.0.1 +icu4j.impl.version = 55.1 icu4j.data.version = 55 current.year = 2014 default.exec.env = J2SE-1.5