diff --git a/icu4j/readme.html b/icu4j/readme.html index d353dc2d1ad..20ccb10464f 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -14,21 +14,21 @@ h3.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 60 Milestone 1

-(Last Update: 2017-Jun-26) +

Read Me for ICU4J 60 Release Candidate

+(Last Update: 2017-Oct-04)

-Note: This is a development milestone of ICU4J 60. + +Note: 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.

For the most recent release, see the ICU4J @@ -140,10 +140,10 @@ found in ICU4J.

Changes In This Release

-

See the (TBD)ICU 60 download page +

See the ICU 60 download page about new features in this release.

The list of API changes since the previous ICU4J release is available -here.

+here.

@@ -182,6 +182,18 @@ builds, and they are packaged in jar files for convenient download. <artifactId>icu4j</artifactId> <version>60.1</version> </dependency> + +<dependency> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j-charset</artifactId> + <version>60.1</version> +</dependency> + +<dependency> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j-localespi</artifactId> + <version>60.1</version> +</dependency>