Skip to content

Commit 1e5bd8c

Browse files
author
Ruslan Ibragimov
committed
Fix for issue #6 & #7.
1 parent 27a86cc commit 1e5bd8c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

api.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@ <h3>
112112
<pre><code>&lt;dependency&gt;
113113
&lt;groupId&gt;javax.money&lt;/groupId&gt;
114114
&lt;artifactId&gt;money-api&lt;/artifactId&gt;
115-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
115+
&lt;version&gt;1.0-RC1&lt;/version&gt;
116116
&lt;/dependency&gt;
117117
</code></pre>
118118

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

@@ -142,7 +144,7 @@ <h3>
142144
<p>
143145
The API basically consists of three packages:
144146
<ul>
145-
<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
147+
<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
146148
accessor singletons for amounts, currencies and roundings.</li>
147149
<li><b>javax.money.format</b> contains the formatting logic, which has some similarities with <code>java.text</code> but relies
148150
more on immutable artifacts and builders.</li>

ri.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>
111111
<pre><code>&lt;dependency&gt;
112112
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
113113
&lt;artifactId&gt;moneta&lt;/artifactId&gt;
114-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
114+
&lt;version&gt;1.0-RC1&lt;/version&gt;
115115
&lt;/dependency&gt;
116116
</code></pre>
117117

tck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>
109109
<pre><code>&lt;dependency&gt;
110110
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
111111
&lt;artifactId&gt;money-tck&lt;/artifactId&gt;
112-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
112+
&lt;version&gt;1.0-RC1&lt;/version&gt;
113113
&lt;/dependency&gt;
114114
</code></pre>
115115

0 commit comments

Comments
 (0)