<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 60.1</h2>
-(Last Update: 2017-Oct-30)
+<h2>Read Me for ICU4J 60.2</h2>
+(Last Update: 2017-Dec-7)
<hr size="2" width="100%">
<p>
-<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
-of inherited API and introduces new API or functionality.
+<b>Note:</b> This is an updated release of ICU4J 60. This release contains
+bug fixes and updated data, but does not introduce any new APIs for functionalities.
+<!-- <b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
+of inherited API and introduces new API or functionality. -->
<!-- <b>Note:</b> This is a development milestone of ICU4J 60.
The contents of this document may not reflect the recent changes done
for ICU 60 development. It is not recommended for production use. -->
</blockquote>
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
+<h3>ICU4J 60.2</h3>
+<p>See the <a href="https://sites.google.com/site/icusite/download/60">ICU 60 download page</a>
+ about updates in this maintenance release.</p>
+<h3>ICU4J 60.1</h3>
<p>See the <a href="https://sites.google.com/site/icusite/download/60">ICU 60 download page</a>
-about new features in this release.</p>
+about new features in this major 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-60-rc/icu4j/APIChangeReport.html">here</a>.</p>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>60.1</version>
+ <version>60.2</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-charset</artifactId>
- <version>60.1</version>
+ <version>60.2</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-localespi</artifactId>
- <version>60.1</version>
+ <version>60.2</version>
</dependency>
</pre>
</ul>
<h5> Generating Data from CLDR </h5>
<I> Note: This procedure assumes that all 3 sources are present</I>
<ol>
- <li>Checkout or download CLDR version 'release-32'</li>
- <li>Checkout ICU with tag 'release-60-1'</li>
+ <li>Checkout or download CLDR version 'release-32-0-1'</li>
+ <li>Checkout ICU with tag 'release-60-2'</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>