From: Michael Ow Date: Thu, 21 Jan 2016 20:08:17 +0000 (+0000) Subject: ICU-12084 Update version number to 57m1 in ICU4J X-Git-Tag: milestone-59-0-1~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7151f52fc87fcbba486cd78d00da89e2eb01418a;p=icu ICU-12084 Update version number to 57m1 in ICU4J X-SVN-Rev: 38187 --- diff --git a/icu4j/build.properties b/icu4j/build.properties index 3b039b54085..d0c065fff75 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -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 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 313fb33a6aa..1de8717f2a1 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-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 * @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 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); diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index 5f4b9cefcf0..0f12468d052 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -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 diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar index c6b527cea49..771912735ff 100755 --- a/icu4j/main/shared/data/icudata.jar +++ b/icu4j/main/shared/data/icudata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d7bedcc7a61859528568ec7a824629a67aad028319692cf798f89fd464ccc84 -size 11622863 +oid sha256:85334bec9cff9b2708bec58e59826d222a989342d4dde66deaae3625c911ba49 +size 11622860 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index 0bb91077730..b3f4cc649fe 100755 --- a/icu4j/main/shared/data/icutzdata.jar +++ b/icu4j/main/shared/data/icutzdata.jar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27988d182bf66587450bda5b12df36647a1b7ddfd6d232a82899ea10dbd26201 +oid sha256:ae0a3e7e2fd648376838010b187b074ad0e7e816a2f78e00804c291ecfa02bd2 size 90241 diff --git a/icu4j/pom.xml b/icu4j/pom.xml index 9328ce772d5..c64b58f1843 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -1,7 +1,7 @@ @@ -11,7 +11,7 @@ com.ibm.icu icu4j - 56-SNAPSHOT + 57-SNAPSHOT ICU4J