mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-11629 Updated ICU4J version to 56.0.1.
X-SVN-Rev: 37338
This commit is contained in:
parent
06b454e611
commit
7daa0c8e78
9 changed files with 21 additions and 21 deletions
|
@ -2,8 +2,8 @@
|
|||
#* 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 = 55rc
|
||||
api.doc.version = 55 Release Candidate
|
||||
api.report.version = 56
|
||||
api.report.prev.version = 55
|
||||
release.file.ver = 56m1
|
||||
api.doc.version = 56 Milestone 1
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
#* Copyright (C) 2010-2015, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=55.1.0
|
||||
icu4j.plugin.impl.version.string=56.0.1
|
||||
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
|
||||
icu4j.data.version.number=56
|
||||
|
|
|
@ -168,7 +168,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "55b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "56b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -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, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(55, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(56, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(56, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_7_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(9);
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 55
|
||||
icu4j.impl.version = 55.1
|
||||
icu4j.data.version = 55
|
||||
current.year = 2014
|
||||
icu4j.spec.version = 56
|
||||
icu4j.impl.version = 56.0.1
|
||||
icu4j.data.version = 56
|
||||
current.year = 2015
|
||||
default.exec.env = J2SE-1.5
|
||||
|
||||
corp = IBM Corporation
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec99f0d76c36f19be3534bffbe91e858af779ead34533072eb365c20f96d4224
|
||||
size 11844585
|
||||
oid sha256:d28829147bf60b0ba7aec19aaca36d2a2463d6a692657d66871dcb49e746feec
|
||||
size 11844442
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50ad9e24acb67cd69a47a806246b579e472cb7c61ba3890e2f76b068268c6c9
|
||||
oid sha256:15b1672818186949328fbca916f20b2c1d2b903a801c4ede5ef2d105321c5402
|
||||
size 90317
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:269b1f98365fd3dcdaf78a0a6c9832f12c262553fb12906067ec7bdec2359c15
|
||||
size 812503
|
||||
oid sha256:796d54f919ee0205702da7956579461ba6bd7c3a1e6f4affb2d1ac46308a01e2
|
||||
size 812496
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="55.1";
|
||||
public static final String ICU4C_VERSION="56.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-2014, International Business Machines Corporation and *
|
||||
* Copyright (C) 2010-2015, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>55-SNAPSHOT</version>
|
||||
<version>56-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue