mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-10843 Changed the ICU4J version numbers for 54M1.
X-SVN-Rev: 35629
This commit is contained in:
parent
f519b59ca3
commit
417e2450f7
11 changed files with 23 additions and 23 deletions
|
@ -2,8 +2,8 @@
|
|||
#* Copyright (C) 2009-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 53
|
||||
api.report.prev.version = 52
|
||||
release.file.ver = 53rc
|
||||
api.doc.version = 53 Release Candidate
|
||||
api.report.version = 54
|
||||
api.report.prev.version = 53
|
||||
release.file.ver = 54M1
|
||||
api.doc.version = 54 Milestone 1
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
#* Copyright (C) 2010-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=53.1.0
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2013. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=53
|
||||
icu4j.plugin.impl.version.string=54.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.data.version.number=54
|
||||
|
|
|
@ -31,7 +31,7 @@ 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 53.X.X.v2014XXXX plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 54.X.X.v2014XXXX plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -31,7 +31,7 @@ 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 53.X.X.v2014XXXX base plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 54.X.X.v2014XXXX base plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -162,7 +162,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "53b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "54b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -516,8 +516,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_6_2 = getInstance(6, 2, 0, 0);
|
||||
UNICODE_6_3 = getInstance(6, 3, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(53, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(53, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(54, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(54, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_6_3;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(8);
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 53
|
||||
icu4j.impl.version = 53.1.0
|
||||
icu4j.data.version = 53
|
||||
icu4j.spec.version = 54
|
||||
icu4j.impl.version = 54.0.1
|
||||
icu4j.data.version = 54
|
||||
current.year = 2014
|
||||
default.exec.env = J2SE-1.5
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:604dce58c354a353b2cdc94c9967e4b563e0e56d424d6b79c2ca1a678e4e1c12
|
||||
size 10158705
|
||||
oid sha256:7083585631e9e7b2bf4ec61b45617ab3f07201f0f9f0ef2f22da4d473cdbbdb9
|
||||
size 10158537
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5a945ac411c3e2548406c23ea846b25689717a8ac9458abee361a392f12de27
|
||||
oid sha256:3595e8c7c8c007d00f58bee2713a0a8f01fc4f6bc448d20dbbff82fac73deec9
|
||||
size 90883
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c896530aff587c93601801b00c541a4124909c252a1c06a4b166b6832ad7439
|
||||
size 719353
|
||||
oid sha256:dfe59dc5da94f13855ac8aa724c501fe111a96911e40b7a551324a40815dc56d
|
||||
size 719346
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="53.1";
|
||||
public static final String ICU4C_VERSION="54.0.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2010-2013, International Business Machines Corporation and *
|
||||
* Copyright (C) 2010-2014, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>53-SNAPSHOT</version>
|
||||
<version>54-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue