Skip to content

Commit 84b65f5

Browse files
committed
Merge pull request #1 from IRus/master
Update lib version. Fix typo.
2 parents cedbe4a + 5d153a6 commit 84b65f5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

content/api.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ <h3>
3737
<pre><code>&lt;dependency&gt;
3838
&lt;groupId&gt;javax.money&lt;/groupId&gt;
3939
&lt;artifactId&gt;money-api&lt;/artifactId&gt;
40-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
40+
&lt;version&gt;1.0-RC1&lt;/version&gt;
4141
&lt;/dependency&gt;
4242
</code></pre>
4343

44+
<p>Further versions can be found <a href="http://mvnrepository.com/artifact/org.javamoney/moneta/" target="_blank"></a> here.</p>
45+
4446
<p>Though it is possible to compile your programs completely with the API, in most cases, you will also have to
4547
add an implementation, e.g. the <a href="ri.html">Moneta</a> reference implementation.</p>
4648

@@ -67,7 +69,7 @@ <h3>
6769
<p>
6870
The API basically consists of three packages:
6971
<ul>
70-
<li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOPerator, MonetaryQuery</code>, and the
72+
<li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOperator, MonetaryQuery</code>, and the
7173
accessor singletons for amounts, currencies and roundings.</li>
7274
<li><b>javax.money.format</b> contains the formatting logic, which has some similarities with <code>java.text</code> but relies
7375
more on immutable artifacts and builders.</li>

content/ri.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>
3636
<pre><code>&lt;dependency&gt;
3737
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
3838
&lt;artifactId&gt;moneta&lt;/artifactId&gt;
39-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
39+
&lt;version&gt;1.0-RC1&lt;/version&gt;
4040
&lt;/dependency&gt;
4141
</code></pre>
4242

content/tck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>
3434
<pre><code>&lt;dependency&gt;
3535
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
3636
&lt;artifactId&gt;money-tck&lt;/artifactId&gt;
37-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
37+
&lt;version&gt;1.0-RC1&lt;/version&gt;
3838
&lt;/dependency&gt;
3939
</code></pre>
4040

0 commit comments

Comments
 (0)