]> granicus.if.org Git - icu/commitdiff
ICU-21405 Update ICU4J Readme for BRS 68.2
authorElango Cheran <elango@unicode.org>
Thu, 3 Dec 2020 02:59:21 +0000 (18:59 -0800)
committerElango <elango@google.com>
Fri, 4 Dec 2020 20:57:55 +0000 (12:57 -0800)
icu4j/readme.html

index bc3a4e50b571f0a0122a120337848bbb811323c9..281fdcb9d736723a8cc477d4b4de727bf84778b0 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 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>
@@ -183,19 +183,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;68.1&lt;/version&gt;
+    &lt;version&gt;68.2&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;68.1&lt;/version&gt;
+    &lt;version&gt;68.2&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;68.1&lt;/version&gt;
+    &lt;version&gt;68.2&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
   </ul>
@@ -876,7 +876,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-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>