<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 68.1</h2>
-(Last Update: 2020-Oct-1)
+<h2>Read Me for ICU4J 68.2</h2>
+(Last Update: 2020-Dec-02)
<hr size="2" width="100%">
<p>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>68.1</version>
+ <version>68.2</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-charset</artifactId>
- <version>68.1</version>
+ <version>68.2</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-localespi</artifactId>
- <version>68.1</version>
+ <version>68.2</version>
</dependency>
</pre>
</ul>
<I> Note: This procedure assumes that all 3 sources are present</I>
<ol>
<li>Checkout or download CLDR version 'release-38'</li>
- <li>Checkout ICU with tag 'release-68-1'</li>
+ <li>Checkout ICU with tag 'release-68-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>