]> granicus.if.org Git - icu/commitdiff
ICU-12456 Update version number to 58.0.1 in ICU4J
authorMichael Ow <mow@svn.icu-project.org>
Fri, 6 May 2016 21:07:05 +0000 (21:07 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 6 May 2016 21:07:05 +0000 (21:07 +0000)
X-SVN-Rev: 38712

icu4j/build.properties
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/shared/build/common.properties
icu4j/main/shared/data/icudata.jar
icu4j/main/shared/data/icutzdata.jar
icu4j/main/shared/data/testdata.jar
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
icu4j/pom.xml

index 715487524b05bb47195b35df2f7304c45b3b7eeb..df9c28ece1a8831849293599b6c4f6048b4f5837 100644 (file)
@@ -2,8 +2,8 @@
 #* Copyright (C) 2009-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-api.report.version = 57
-api.report.prev.version = 56
-release.file.ver = 57rc
-api.doc.version = 57 Release Candidate
+api.report.version = 58
+api.report.prev.version = 57
+release.file.ver = 58m1
+api.doc.version = 58 Milestone 1
 
index 3b36d9fea3ee35e03392bb935f39e035bfd4be9d..3d2389067d1fb43f6d9b76191a70f1f0acc46670 100644 (file)
@@ -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 = "57b";
+    public static final String ICU_DATA_VERSION_PATH = "58b";
     
     /**
      * 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(57, 1, 0, 0);
-        ICU_DATA_VERSION = getInstance(57, 1, 0, 0);
+        ICU_VERSION   = getInstance(58, 0, 1, 0);
+        ICU_DATA_VERSION = getInstance(58, 0, 1, 0);
         UNICODE_VERSION = UNICODE_8_0;
 
         UCOL_RUNTIME_VERSION = getInstance(9);
index 3bb14b9c067dbefc3c8bbb236377bd91f8e05e3d..1f6c637e2f63d60f56611353e1438e171bc25ca6 100644 (file)
@@ -4,9 +4,9 @@
 #*******************************************************************************
 
 # Version numbers, etc.
-icu4j.spec.version = 57
-icu4j.impl.version = 57.1
-icu4j.data.version = 57
+icu4j.spec.version = 58
+icu4j.impl.version = 58.0.1
+icu4j.data.version = 58
 current.year = 2016
 default.exec.env = JavaSE-1.6
 
index ab1af0a89b3581012f7c6de5fe4b72f5ddafdb5f..a864386a536d9129d170e5f788bb83c81f6873bf 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:9e60171048ccda76c8c9c0ced344822e21543ef8608d188f0029edfc5a5a87ea
-size 11718381
+oid sha256:b2834a25f620dee8439319013be8aad2b1a6c6a343af9b57263af340adbeb806
+size 11718335
index 73388d4c1f16de41e0de6a748d8ea7667237df36..7561403c002b1abb9e57632efac427004d286774 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:6451e003b77fcc7cf03b1e0a0eebdcc112a41209d3a41837964370a893198f24
-size 91105
+oid sha256:f2e63c973a68696f4087638dedcbdf0a2cfd97b69b07818a847001e9ce212806
+size 91108
index 95e28c571a94265d23372c88b141648b00364228..2fc08106ca77262f31fcabf214f17e2edb48fe86 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:b4af391e39972689f8baf33e9c842ac013b49659a9cd69a69f7cdd183e2328f5
-size 811421
+oid sha256:eec13ca8824524c72ee5d3f18ed9b2964ffde0c07c4238ae305ccc7ebc5fd784
+size 811414
index 5c060229efb80a948df7f086817cb8b3bda3e001..6c288a5de6330aaea3846d6e232711e7dee8e8cc 100644 (file)
@@ -7,7 +7,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="57.1";
+    public static final String ICU4C_VERSION="58.0.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;
index 3e9b005b3b3473ecbf42410fcdb636a59aa8bbff..d906ae9e7b665bb17810c71cd0c13ade54334589 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>com.ibm.icu</groupId>
   <artifactId>icu4j</artifactId>
-  <version>57-SNAPSHOT</version>
+  <version>58-SNAPSHOT</version>
 
   <name>ICU4J</name>
   <description>