ICU-13667 Update ICU4J version number for 62.1 release candidate, and readme file.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 25 May 2018 23:39:14 +0000 (23:39 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 25 May 2018 23:39:14 +0000 (23:39 +0000)
X-SVN-Rev: 41467

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
icu4j/readme.html

index 5806c55aa8aac57a71737bc3d377b30e58138f3b..56521d3fc97d2ee3ea9786c97c333527b2919186 100644 (file)
@@ -4,9 +4,9 @@
 #* Copyright (C) 2009-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-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
+api.report.version = 62
+api.report.prev.version = 61
+release.file.ver = 62rc
+api.doc.version = 62 Release Candidate
+maven.pom.ver = 62.1-SHAPSHOT
 
index b8404950f4b2eac6a0c541042a691028c676b6a1..4e648860b59f3901230b9b64f2d305d56697047e 100644 (file)
@@ -4,6 +4,6 @@
 #* Copyright (C) 2010-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=61.1.0
+icu4j.plugin.impl.version.string=62.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=61
+icu4j.data.version.number=62
index 2af6e16843563d6710d42e0fdd9f214fa626ea97..adde700ed0ba84266603f17678d8a2ff27f61fb3 100644 (file)
@@ -9,7 +9,7 @@
 <body lang="EN-US">
 <h2>About This Content</h2>
  
-<p>February 20, 2018</p>
+<p>May 25, 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 61.1.0 plug-in</strong></p>
+<p><strong>ICU4J 62.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 9fe422cbe1f7aacf9aca55eb8766b0b939b7f5ba..6f710bc2dc2be6123a55e6197ac4379f667d111c 100644 (file)
@@ -9,7 +9,7 @@
 <body lang="EN-US">
 <h2>About This Content</h2>
  
-<p>February 20, 2018</p>
+<p>May 25, 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 61.1.0 base plug-in</strong></p>
+<p><strong>ICU4J 62.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 a1d761150cd275a213d99e8fb9011652a6973e80..20a1adaca21d39c5b924bfb6b52697eff76a6d19 100644 (file)
@@ -194,7 +194,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
      * @deprecated This API is ICU internal only.
      */
     @Deprecated
-    public static final String ICU_DATA_VERSION_PATH = "61b";
+    public static final String ICU_DATA_VERSION_PATH = "62b";
 
     /**
      * Data version in ICU4J.
@@ -574,7 +574,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_10_0   = getInstance(10, 0, 0, 0);
         UNICODE_11_0   = getInstance(11, 0, 0, 0);
 
-        ICU_VERSION   = getInstance(61, 1, 0, 0);
+        ICU_VERSION   = getInstance(62, 1, 0, 0);
         ICU_DATA_VERSION = ICU_VERSION;
         UNICODE_VERSION = UNICODE_11_0;
 
index 4f3e64a546f54a4dde15ee42469065666fa6fd52..8c57be5f49457cd42991dcb1287257fe5b21d20d 100644 (file)
@@ -6,9 +6,9 @@
 #*******************************************************************************
 
 # Version numbers, etc.
-icu4j.spec.version = 61
-icu4j.impl.version = 61.1
-icu4j.data.version = 61
+icu4j.spec.version = 62
+icu4j.impl.version = 62.1
+icu4j.data.version = 62
 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 82b98aa7510d208d797b6ba2ac4020ff2c40bfee..ca40b52e1187035492e64f9f69ef7980261f67f5 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:7b668e08868f022ba059563df22c6fb6cfd52475e6b9ddf8d1de90ce5be459d1
-size 12500135
+oid sha256:bfc00a4027a764c3a7667096d8b213f4f9bf0e2b35ec598c91faec20be257809
+size 12498438
index fec218edd804c7fb876ab6cb3892a675962aff3b..0daec45aa924a91e5649b2d9a3b242cd73710406 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:73151064e196a8b53c7929eef7583108e656e25081d41e45fe0e31b3e2efbc29
+oid sha256:77e6549613d4247505a4d1036100a60503bacb9e37777cba3df6b0e64be850bb
 size 92867
index d3a3686cffe1dcd87b38c0c013b068f63c2ada9b..d2f39490d825e339d2a6c6c3a29f170f1e64c6f8 100755 (executable)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:9d6f74e0bb0de91023fcf6b0aec8acab619da6854baae4609b0808bb7dcec9d2
-size 813161
+oid sha256:ebee8e437e34e5fc08c7bbe1119cde60c51f7f24d9c58ccd0fe6b6ccc3fe7c2f
+size 725241
index 679a94c0fc073ef4ffa5d555752c7a0097f85b0f..ea985c42fdf08d36522533b9d687e583f447bab3 100644 (file)
@@ -10,7 +10,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="61.1";
+    public static final String ICU4C_VERSION="62.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;
index d6b6d6f7affa5d5e84eb317735ca91748814fa31..ed127ce036cf6fead9498580d7be8c0c00f95795 100644 (file)
@@ -14,8 +14,8 @@ h3.doc { text-decoration: underline }
 <body style="background-color: rgb(255, 255, 255);" lang="EN-US"
  link="#0000ff" vlink="#800080">
 <h1>International Components for Unicode for Java (ICU4J)</h1>
-<h2>Read Me for ICU4J 61 Release Candidate</h2>
-(Last Update: 2018-Mar-7)
+<h2>Read Me for ICU4J 62.1 Release Candidate</h2>
+(Last Update: 2018-May-25)
 <hr size="2" width="100%">
 
 <p>
@@ -24,10 +24,10 @@ of inherited API and introduces new API or functionality. -->
 <!-- <b>Note:</b> This is a development milestone of ICU4J 62.
 The contents of this document may not reflect the recent changes done
 for ICU 62 development. It is not recommended for production use. -->
-<b>Note:</b> This is a release candidate of ICU4J 61.
+<b>Note:</b> This is a release candidate of ICU4J 62.
 The contents of this document may not reflect the recent changes done
-for ICU 61 development. This release candidate is intended for those
-wishing to verify ICU 61 integration before final release. It is not
+for ICU 62 development. This release candidate is intended for those
+wishing to verify ICU 62 integration before final release. It is not
 recommended for production use.
 </p>
 <p>For the most recent release, see the <a
@@ -140,14 +140,14 @@ found in ICU4J.</p>
 
 <h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
 
-<p>See the <a href="https://sites.google.com/site/icusite/download/61">ICU 61 download page</a>
+<p>See the <a href="https://sites.google.com/site/icusite/download/62">ICU 62 download page</a>
 about new features in this release.</p>
 <p>The list of API changes since the previous ICU4J release is available
-<a href="http://source.icu-project.org/repos/icu/tags/release-61-rc/icu4j/APIChangeReport.html">here</a>.</p>
+<a href="http://source.icu-project.org/repos/icu/tags/release-62-rc/icu4j/APIChangeReport.html">here</a>.</p>
 
-<!-- ICU 61 items -->
+<!-- ICU 62 items -->
 <!-- <h3>[Subject]</h3> -->
-<!-- end ICU 61 items -->
+<!-- end ICU 62 items -->
 
 <h2 class="doc"><a name="license"></a>License Information</h2>
 <p>
@@ -161,8 +161,8 @@ file included in this package.
 </p>
 <h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
 <p>
-ICU4J 61 depends on J2SE 6 functionality.  Therefore, ICU4J only runs on
-JRE version 6 or later. ICU4J 61 is tested on JRE 6, 7, 8 and 9.
+ICU4J 62 depends on J2SE 6 functionality.  Therefore, ICU4J only runs on
+JRE version 6 or later. ICU4J 62 is tested on JRE 6, 7, 8 and 9.
 
 <h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
 <p>There are a few different ways to download the ICU4J releases.
@@ -180,19 +180,19 @@ builds, and they are packaged in jar files for convenient download.
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j&lt;/artifactId&gt;
-    &lt;version&gt;61.1&lt;/version&gt;
+    &lt;version&gt;62.1&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt;
-    &lt;version&gt;61.1&lt;/version&gt;
+    &lt;version&gt;62.1&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
     &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
     &lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt;
-    &lt;version&gt;61.1&lt;/version&gt;
+    &lt;version&gt;62.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
   </ul>
@@ -731,54 +731,54 @@ from release to release, so clients should not depend on the exact
 organization
 of the data in ICU4J.</p>
 <ul>
-  <li>The primary <b>locale data</b> is under the directory <tt>icudt61b</tt>,
+  <li>The primary <b>locale data</b> is under the directory <tt>icudt62b</tt>,
   as a set of <tt>".res"</tt> files whose names are the locale identifiers. 
   Locale naming is documented the <code>com.ibm.icu.util.ULocale</code>
   class, and the use of these names in searching for resources is documented 
   in <code>com.ibm.icu.util.UResourceBundle</code>.</li>
 
-  <li>The <b>break iterator data</b> is under the directory <tt>icudt61b/brkitr</tt>,
+  <li>The <b>break iterator data</b> is under the directory <tt>icudt62b/brkitr</tt>,
   as a set of <tt>".res"</tt>, <tt>".brk"</tt> and <tt>".dict"</tt> files.</li>
 
-  <li>The <b>collation data</b> is under the directory <tt>icudt61b/coll</tt>,
+  <li>The <b>collation data</b> is under the directory <tt>icudt62b/coll</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>currency display name data</b> is under the directory <tt>icudt61b/curr</tt>,
+  <li>The <b>currency display name data</b> is under the directory <tt>icudt62b/curr</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>language display name data</b> is under the directory <tt>icudt61b/lang</tt>,
+  <li>The <b>language display name data</b> is under the directory <tt>icudt62b/lang</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>rule-based number format data</b> is under the directory
-  <tt>icudt61b/rbnf</tt>, as a set of <tt>".res"</tt> files.
+  <tt>icudt62b/rbnf</tt>, as a set of <tt>".res"</tt> files.
 
-  <li>The <b>region display name data</b> is under the directory <tt>icudt61b/region</tt>,
+  <li>The <b>region display name data</b> is under the directory <tt>icudt62b/region</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>rule-based transliterator data</b> is under the directory
-  <tt>icudt61b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
+  <tt>icudt62b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
 
-  <li>The <b>measurement unit data</b> is under the directory <tt>icudt61b/unit</tt>,
+  <li>The <b>measurement unit data</b> is under the directory <tt>icudt62b/unit</tt>,
   as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>time zone display name data</b> is under the directory
-  <tt>icudt61b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
+  <tt>icudt62b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
 
   <li>The <b>character property data</b> and default <b>unicode collation algorithm
-  (UCA) data</b> is found under the directory <tt>icudt61b</tt>, as a set of
+  (UCA) data</b> is found under the directory <tt>icudt62b</tt>, as a set of
   <tt>".icu"</tt> files. </li>
 
-  <li>The <b>normalization data</b> is found under the directory <tt>icudt61b</tt>,
+  <li>The <b>normalization data</b> is found under the directory <tt>icudt62b</tt>,
   as a set of <tt>".nrm"</tt> files. </li>
 
   <li>The <b>character set converter data</b> is under the directory
-  <tt>icudt61b</tt>, as a set of <tt>".cnv"</tt> files.  These files are
+  <tt>icudt62b</tt>, as a set of <tt>".cnv"</tt> files.  These files are
   currently included only in icu-charset.jar.</li>
 
   <li>The <b>time zone rule data</b> is under the directory 
-  <tt>icudt61b</tt>, as <tt>zoneinfo64.res</tt>.</li>
+  <tt>icudt62b</tt>, as <tt>zoneinfo64.res</tt>.</li>
 
-  <li>The <b>holiday data</b> is under the directory <tt>icudt61b</tt>,
+  <li>The <b>holiday data</b> is under the directory <tt>icudt62b</tt>,
   as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
   followed by the locale ID.</li>
 
@@ -877,7 +877,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
 <I> Note: This procedure assumes that all 3 sources are present</I>
 <ol>
     <li>Checkout or download CLDR version 'release-33'</li>
-    <li>Checkout ICU with tag 'release-61-1'</li>
+    <li>Checkout ICU with tag 'release-62-1'</li>
     <li>cd to icu4c/source/data directory</li>
     <li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
     <li>Rebuild ICU4C with the newly generated data.</li>