From 1e5bd8c28f8d5fee189f324db3cb6fd363715c0b Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Sat, 31 Jan 2015 20:45:59 +0300 Subject: [PATCH] Fix for issue #6 & #7. --- api.html | 6 ++++-- ri.html | 2 +- tck.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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: