Skip to content

Commit

Permalink
Release v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 9, 2014
1 parent 21d1d64 commit ffabbc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Various documentation is available:


### Releases
Release 0.8 is the current development release intended for feedback.
Release 0.9 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.

The project runs on JDK 8 and has no dependencies.

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|0.8|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|0.9|jar)


### Support
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>threeten-extra</artifactId>
<packaging>jar</packaging>
<name>ThreeTen-extra</name>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<description>Additional functionality that enhances JSR-310 dates and times in JDK 8</description>
<url>https://www.threeten.org/threeten-extra</url>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<body>
<!-- types are add, fix, remove, update -->
<release version="0.9" date="SNAPSHOT" description="v0.9">
<release version="0.9" date="2014-12-09" description="v0.9">
<action dev="jodastephen" type="add" >
Add Interval class.
Fixes #2.
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ Various documentation is available:
## <i></i> Releases

There are no full releases yet!
Release 0.8 is the current development release intended for feedback.
Release 0.9 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.

The project runs on Java SE 8 and has no [dependencies](dependencies.html).

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C0.8%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C0.9%7Cjar).

```xml
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>0.8</version>
<version>0.9</version>
</dependency>
```

Expand Down

0 comments on commit ffabbc3

Please sign in to comment.