ICU-13358 Updated ICU4J readme.html for 60rc.

X-SVN-Rev: 40550
This commit is contained in:
Yoshito Umaoka 2017-10-04 21:30:25 +00:00
parent b6c8bac9bb
commit 221c712248

View file

@ -14,21 +14,21 @@ 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 60 Milestone 1</h2>
(Last Update: 2017-Jun-26)
<h2>Read Me for ICU4J 60 Release Candidate</h2>
(Last Update: 2017-Oct-04)
<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 a development milestone of ICU4J 60.
<!-- <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.
<!-- <b>Note:</b> This is a release candidate of ICU4J 60.
for ICU 60 development. It is not recommended for production use. -->
<b>Note:</b> This is a release candidate of ICU4J 60.
The contents of this document may not reflect the recent changes done
for ICU 60 development. This release candidate is intended for those
wishing to verify ICU 60 integration before final release. It is not
recommended for production use. -->
recommended for production use.
</p>
<p>For the most recent release, see the <a
href="http://www.icu-project.org/download/"> ICU4J
@ -140,10 +140,10 @@ 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/60">(TBD)ICU 60 download page</a>
<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>
<p>The list of API changes since the previous ICU4J release is available
<a href="http://source.icu-project.org/repos/icu/tags/milestone-60-0-1/icu4j/APIChangeReport.html">here</a>.</p>
<a href="http://source.icu-project.org/repos/icu/tags/release-60-rc/icu4j/APIChangeReport.html">here</a>.</p>
<!-- ICU 60 items -->
<!-- <h3>[Subject]</h3> -->
@ -182,6 +182,18 @@ builds, and they are packaged in jar files for convenient download.
&lt;artifactId&gt;icu4j&lt;/artifactId&gt;
&lt;version&gt;60.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;60.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;60.1&lt;/version&gt;
&lt;/dependency&gt;
</pre>
</ul>
</ul>