Skip to content

Commit

Permalink
Prepare for v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 30, 2013
1 parent c80da33 commit 817f4ac
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<artifactId>joda-money</artifactId>
<packaging>jar</packaging>
<name>Joda money</name>
<version>0.7.1-SNAPSHOT</version>
<version>0.8</version>
<description>Money repesentation and formatting</description>
<url>http://joda-money.sourceforge.net</url>
<issueManagement>
Expand Down
10 changes: 5 additions & 5 deletions src/conf/MANIFEST.MF
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion src/site/site.xml
Expand Up @@ -20,7 +20,7 @@
<item name="Javadoc" href="apidocs/index.html"/>
<item name="License" href="licensecover.html"/>
<item name="Release notes" href="changes-report.html"/>
<item name="Download" href="http://sourceforge.net/projects/joda-money/files/joda-money/0.7/"/>
<item name="Download" href="http://sourceforge.net/projects/joda-money/files/joda-money/0.8/"/>
</menu>

<menu name="Development">
Expand Down
8 changes: 4 additions & 4 deletions src/site/xdoc/index.xml
Expand Up @@ -50,8 +50,8 @@ Users are reminded that this software, like all open source software, is <a href
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
</p>
<p>
Version 0.7 was released on 2013-01-03 -
<a href="https://sourceforge.net/projects/joda-money/files/joda-money/0.7/">Download now</a><br />
Version 0.8 was released on 2013-01-30 -
<a href="https://sourceforge.net/projects/joda-money/files/joda-money/0.8/">Download now</a><br />
Joda Money is licensed under the business-friendly <a href="license.html">Apache 2.0 licence</a>.
</p>
</section>
Expand All @@ -74,7 +74,7 @@ Various documentation is available:
<section name="Releases">
<p>
There are no full releases yet!
<a href="https://sourceforge.net/projects/joda-money/files/joda-money/0.7/">Release 0.7</a>
<a href="https://sourceforge.net/projects/joda-money/files/joda-money/0.8/">Release 0.8</a>
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.
Expand All @@ -85,7 +85,7 @@ Joda-Money does have a <i>compile-time</i> dependency on Joda-Convert, but this
thanks to the magic of annotations.
</p>
<p>
Available in the <a href="http://search.maven.org/#artifactdetails|org.joda|joda-money|0.7|jar">Maven Central</a>.
Available in the <a href="http://search.maven.org/#artifactdetails|org.joda|joda-money|0.8|jar">Maven Central</a>.
</p>
</section>

Expand Down

0 comments on commit 817f4ac

Please sign in to comment.