diff --git a/api.html b/api.html index 88e8351..e818c6f 100644 --- a/api.html +++ b/api.html @@ -112,10 +112,12 @@
<dependency>
<groupId>javax.money</groupId>
<artifactId>money-api</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>1.0-RC1</version>
</dependency>
+Further versions can be found here.
+Though it is possible to compile your programs completely with the API, in most cases, you will also have to add an implementation, e.g. the Moneta reference implementation.
@@ -142,7 +144,7 @@The API basically consists of three packages:
MonetaryAmount, CurrencyUnit, MonetaryOPerator, MonetaryQuery
, and the
+ MonetaryAmount, CurrencyUnit, MonetaryOperator, MonetaryQuery
, and the
accessor singletons for amounts, currencies and roundings.java.text
but relies
more on immutable artifacts and builders.<dependency>
<groupId>org.javamoney</groupId>
<artifactId>moneta</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>1.0-RC1</version>
</dependency>
diff --git a/tck.html b/tck.html
index 557e0ac..df049ed 100644
--- a/tck.html
+++ b/tck.html
@@ -109,7 +109,7 @@ <dependency>
<groupId>org.javamoney</groupId>
<artifactId>money-tck</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>1.0-RC1</version>
</dependency>