Skip to content

Commit

Permalink
ICU-21405 Update ICU4J Readme for BRS 68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran authored and sffc committed Dec 9, 2020
1 parent 0768b26 commit 50e96ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions icu4j/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<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>
Expand Down Expand Up @@ -183,19 +183,19 @@ <h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
&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>
Expand Down Expand Up @@ -876,7 +876,7 @@ <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-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>
Expand Down

0 comments on commit 50e96ce

Please sign in to comment.