From 817f4ac5117a070ee09f899af396e50cfe269886 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Wed, 30 Jan 2013 11:08:21 +0000 Subject: [PATCH] Prepare for v0.8 --- README.md | 6 +++--- RELEASE-NOTES.txt | 2 +- pom.xml | 2 +- src/conf/MANIFEST.MF | 10 +++++----- src/site/site.xml | 2 +- src/site/xdoc/index.xml | 8 ++++---- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8242457..e72eb15 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,15 @@ Various documentation is available: ### Releases -[Release 0.7](http://sourceforge.net/projects/joda-money/files/joda-money/0.7/) is the current latest release. +[Release 0.8](http://sourceforge.net/projects/joda-money/files/joda-money/0.8/) is the current latest release. The code is fully tested, but there may yet be bugs and the API may yet change. There should be no great reason why it cannot be used in production if you can cope with future API change. -It depends on JDK 1.5 or later. +It depends on JDK 1.6 or later. Joda-Money does have a *compile-time* dependency on Joda-Convert, but this is not required at runtime thanks to the magic of annotations. -Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-money|0.7|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-money|0.8|jar) ### Support diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7f669d6..29f1d5f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,7 +4,7 @@ Joda-Money Joda-Money is a monetary library that fills the gap in the JDK by providing a Money class and associated formatting. -This is release 0.7 of Joda-Money. +This is release 0.8 of Joda-Money. The release runs on Java SE 5 or later. diff --git a/pom.xml b/pom.xml index 7a8e0c6..4809dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ joda-money jar Joda money - 0.7.1-SNAPSHOT + 0.8 Money repesentation and formatting http://joda-money.sourceforge.net diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index fd0322b..655f82b 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -2,17 +2,17 @@ Package: org.joda.money Extension-Name: joda-money Specification-Title: Joda-Money Specification-Vendor: Joda.org -Specification-Version: 0.7 +Specification-Version: 0.8 Implementation-Vendor: Joda.org Implementation-Title: org.joda.money -Implementation-Version: 0.7 +Implementation-Version: 0.8 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Money Bundle-SymbolicName: org.joda.money -Bundle-Version: 0.7 -Export-Package: org.joda.money;version=0.7, - org.joda.money.format;version=0.7 +Bundle-Version: 0.8 +Export-Package: org.joda.money;version=0.8, + org.joda.money.format;version=0.8 Bundle-License: Apache 2.0 Bundle-DocURL: http://joda-money.sourceforge.net/ diff --git a/src/site/site.xml b/src/site/site.xml index c644549..4bfbc53 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -20,7 +20,7 @@ - + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 6f43d74..929af58 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -50,8 +50,8 @@ Users are reminded that this software, like all open source software, is

-Version 0.7 was released on 2013-01-03 - -Download now
+Version 0.8 was released on 2013-01-30 - +Download now
Joda Money is licensed under the business-friendly Apache 2.0 licence.

@@ -74,7 +74,7 @@ Various documentation is available:

There are no full releases yet! -Release 0.7 +Release 0.8 is the current development release intended for feedback. The code is fully tested, but there may yet be bugs and the API may yet change. There should be no great reason why it cannot be used in production if you can cope with future API change. @@ -85,7 +85,7 @@ Joda-Money does have a compile-time dependency on Joda-Convert, but this thanks to the magic of annotations.

-Available in the Maven Central. +Available in the Maven Central.