ICU-12084 Update version number to 57m1 in ICU4J
X-SVN-Rev: 38187
This commit is contained in:
parent
714973b396
commit
7151f52fc8
@ -1,9 +1,9 @@
|
||||
#*******************************************************************************
|
||||
#* Copyright (C) 2009-2015, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 56
|
||||
api.report.prev.version = 55
|
||||
release.file.ver = 56rc
|
||||
api.doc.version = 56 Release Candidate
|
||||
api.report.version = 57
|
||||
api.report.prev.version = 56
|
||||
release.file.ver = 57m1
|
||||
api.doc.version = 57 Milestone 1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2015, International Business Machines Corporation and
|
||||
* Copyright (C) 1996-2016, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
*/
|
||||
@ -174,7 +174,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "56b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "57b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
@ -532,8 +532,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
||||
UNICODE_7_0 = getInstance(7, 0, 0, 0);
|
||||
UNICODE_8_0 = getInstance(8, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(56, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(56, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(57, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(57, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_8_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(9);
|
||||
|
@ -1,13 +1,13 @@
|
||||
#*******************************************************************************
|
||||
#* Copyright (C) 2009-2015, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 56
|
||||
icu4j.impl.version = 56.1
|
||||
icu4j.data.version = 56
|
||||
current.year = 2015
|
||||
icu4j.spec.version = 57
|
||||
icu4j.impl.version = 57.0.1
|
||||
icu4j.data.version = 57
|
||||
current.year = 2016
|
||||
default.exec.env = JavaSE-1.6
|
||||
|
||||
corp = IBM Corporation
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d7bedcc7a61859528568ec7a824629a67aad028319692cf798f89fd464ccc84
|
||||
size 11622863
|
||||
oid sha256:85334bec9cff9b2708bec58e59826d222a989342d4dde66deaae3625c911ba49
|
||||
size 11622860
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27988d182bf66587450bda5b12df36647a1b7ddfd6d232a82899ea10dbd26201
|
||||
oid sha256:ae0a3e7e2fd648376838010b187b074ad0e7e816a2f78e00804c291ecfa02bd2
|
||||
size 90241
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2010-2015, International Business Machines Corporation and *
|
||||
* Copyright (C) 2010-2016, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>56-SNAPSHOT</version>
|
||||
<version>57-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
Loading…
Reference in New Issue
Block a user