]> granicus.if.org Git - icu/commitdiff
ICU-13581 Update ICU4J version number and data files. (Plus fix dead link in readme...
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 21 Feb 2018 01:25:57 +0000 (01:25 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 21 Feb 2018 01:25:57 +0000 (01:25 +0000)
X-SVN-Rev: 40956

icu4j/build.properties
icu4j/eclipse-build/build.properties
icu4j/eclipse-build/misc/about_icu.html
icu4j/eclipse-build/misc/about_icu_base.html
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

index 564fd33c3755314ddf566e838ab8b77dbd4cd8b4..c44d3d9efde60b893b8287035c0930cf971e86b4 100644 (file)
@@ -4,9 +4,9 @@
 #* Copyright (C) 2009-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-api.report.version = 60
-api.report.prev.version = 59
-release.file.ver = 60rc
-api.doc.version = 60 Release Candidate
-maven.pom.ver = 60.1
+api.report.version = 61
+api.report.prev.version = 60
+release.file.ver = 61rc
+api.doc.version = 61 Release Candidate
+maven.pom.ver = 61.1-SHAPSHOT
 
index b099ffc91c18c5cfc69248faa8e645432ddba746..bd6e644c1800028bda120ddbfce7a570a65eb9b8 100644 (file)
@@ -4,6 +4,6 @@
 #* Copyright (C) 2010-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=60.1.0
+icu4j.plugin.impl.version.string=61.1.0
 copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
-icu4j.data.version.number=60
+icu4j.data.version.number=61
index bbd28d92e117e104a0faa644f0161294920e414c..2af6e16843563d6710d42e0fdd9f214fa626ea97 100644 (file)
@@ -9,7 +9,7 @@
 <body lang="EN-US">
 <h2>About This Content</h2>
  
-<p>September 28, 2017</p>
+<p>February 20, 2018</p>
 <h3>License</h3>
 
 <p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
@@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following
 for informational purposes only, and you should look to the Redistributor's license for 
 terms and conditions of use.</p>
 
-<p><strong>ICU4J 60.1.0 plug-in</strong></p>
+<p><strong>ICU4J 61.1.0 plug-in</strong></p>
 
 <p>The plug-in includes software (&quot;ICU4J&quot;) developed by Unicode Inc. and others.
 Your use of ICU4J is subject to the terms and conditions of the ICU license.  A copy of the
index 077f193e6e23b0ff919823a8f960fab377ef84de..9fe422cbe1f7aacf9aca55eb8766b0b939b7f5ba 100644 (file)
@@ -9,7 +9,7 @@
 <body lang="EN-US">
 <h2>About This Content</h2>
  
-<p>September 28, 2017</p>
+<p>February 20, 2018</p>
 <h3>License</h3>
 
 <p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
@@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following
 for informational purposes only, and you should look to the Redistributor's license for 
 terms and conditions of use.</p>
 
-<p><strong>ICU4J 60.1.0 base plug-in</strong></p>
+<p><strong>ICU4J 61.1.0 base plug-in</strong></p>
 
 <p>The plug-in includes software (&quot;ICU4J&quot;) developed by Unicode Inc. and others.
 Your use of ICU4J is subject to the terms and conditions of the ICU license.  A copy of the
index df08d7c636043b2418579fd2ff0c98371901410c..69d1a305a79aea2dff6a16d62c507ecd2efa2f78 100644 (file)
@@ -188,7 +188,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
      * @deprecated This API is ICU internal only.
      */
     @Deprecated
-    public static final String ICU_DATA_VERSION_PATH = "60b";
+    public static final String ICU_DATA_VERSION_PATH = "61b";
 
     /**
      * Data version in ICU4J.
@@ -567,8 +567,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_9_0   = getInstance(9, 0, 0, 0);
         UNICODE_10_0   = getInstance(10, 0, 0, 0);
 
-        ICU_VERSION   = getInstance(60, 1, 0, 0);
-        ICU_DATA_VERSION = getInstance(60, 0, 1, 0);
+        ICU_VERSION   = getInstance(61, 1, 0, 0);
+        ICU_DATA_VERSION = getInstance(61, 0, 1, 0);
         UNICODE_VERSION = UNICODE_10_0;
 
         UCOL_RUNTIME_VERSION = getInstance(9);
index a8f1ed986654480d92489d15e829a1054d4652c9..0d4c3d72920586f316886a0058664f597c584224 100644 (file)
@@ -6,9 +6,9 @@
 #*******************************************************************************
 
 # Version numbers, etc.
-icu4j.spec.version = 60
-icu4j.impl.version = 60.1
-icu4j.data.version = 60
+icu4j.spec.version = 61
+icu4j.impl.version = 61.1
+icu4j.data.version = 61
 default.exec.env = JavaSE-1.6
 
 copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
index 932eb6bf3b8f5f1016be386714a2652250e93bdc..b79d2cc18d7ff87cf1fce840567819b44239e7fb 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:fa37df37ddad555dfc900d38890567a820d0efa27e72b9d9db81e914e2b558ec
-size 12461103
+oid sha256:acfba1848b12315a4766e213a0ccc0d9502fadbd1020f244e276d1c8afd51192
+size 12459569
index 39ad11ca9321cb5ceee7e9dde420c516bc4cf8fb..2abb904a64927e06f3ef5d19c8fb981a40638345 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:413dd55333970ffe2a54ac323cb9b5e2a7709a06d132e6e60eb41282489e0970
+oid sha256:ba0371a597e795e69f9e1af95a391cbb2acae35e2d5474ce2ce346da34083dc0
 size 92739
index d8e435742b9548a1b646e5335719ae464255f2c4..cfb654bb5d9d80d176f4306f7f71bdb7664b7247 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:49fc3149b6f7691682845386826d43267e196a0286eef1dc9ffaf7100690cab1
-size 813106
+oid sha256:780c32227049ad14592b1802dcf5e5c6b7878851ed1a63a511a7c0ed0f991825
+size 725163
index e31b83f503eafd618921331ec37b1157a0fe545a..679a94c0fc073ef4ffa5d555752c7a0097f85b0f 100644 (file)
@@ -10,7 +10,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="60.1";
+    public static final String ICU4C_VERSION="61.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;