ICU-11565 ICU4J version number to 55.1

X-SVN-Rev: 37158
This commit is contained in:
Yoshito Umaoka 2015-03-06 20:21:01 +00:00
parent c65fdec5e2
commit 0ac0d23f9a
6 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

@ -8,7 +8,7 @@
<body lang="EN-US">
<h2>About This Content</h2>
<p>XXXX XX, 2014</p>
<p>XXXX XX, 2015</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
@ -31,13 +31,13 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
for informational purposes only, and you should look to the Redistributor's license for
terms and conditions of use.</p>
<p><strong>ICU4J 55.X.X.v2014XXXX plug-in</strong> <br/><br/>
<p><strong>ICU4J 55.X.X.v2015XXXX plug-in</strong> <br/><br/>
The plug-in includes software (&quot;ICU4J&quot;) developed by International Business Machines
Corporation and others.
<br/><br/>
ICU4J is:
<blockquote>
Copyright (c) 1995-2014 International Business Machines Corporation and others<br/>
Copyright (c) 1995-2015 International Business Machines Corporation and others<br/>
All rights reserved.
</blockquote>
<p>

View File

@ -8,7 +8,7 @@
<body lang="EN-US">
<h2>About This Content</h2>
<p>XXXX XX, 2014</p>
<p>XXXX XX, 2015</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
@ -31,13 +31,13 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
for informational purposes only, and you should look to the Redistributor's license for
terms and conditions of use.</p>
<p><strong>ICU4J 55.X.X.v2014XXXX base plug-in</strong> <br/><br/>
<p><strong>ICU4J 55.X.X.v2015XXXX base plug-in</strong> <br/><br/>
The plug-in includes software (&quot;ICU4J&quot;) developed by International Business Machines
Corporation and others.
<br/><br/>
ICU4J is:
<blockquote>
Copyright (c) 1995-2014 International Business Machines Corporation and others<br/>
Copyright (c) 1995-2015 International Business Machines Corporation and others<br/>
All rights reserved.
</blockquote>
<p>

View File

@ -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<VersionInfo>
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);

View File

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