Skip to content

Commit

Permalink
Prepare for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jun 29, 2014
1 parent 266f133 commit 3404975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>0.9</version>
<version>1.0</version>
<description>Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.</description>
<url>https://www.threeten.org/threetenbp</url>

Expand Down
7 changes: 3 additions & 4 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ use <code>LocalDate.FROM</code> rather than <code>LocalDate::from</code>.

<section name="Releases">
<p>
There are no full releases yet!
Release 0.9 is the current development release intended for feedback.
There should be no great reason why it cannot be used in production at this point.
Release 1.0 is the latest release.
It is considered to be stable and usable in production.
</p>
<p>
The project runs on Java SE 6 (or later) and has no dependencies.
Expand All @@ -61,7 +60,7 @@ Formatting and parsing often depends on data only available in Java SE 8.
Zone id and text parsing is significantly less powerful.
</p>
<p>
Available in <a href="http://search.maven.org/#artifactdetails|org.threeten|threetenbp|0.9|jar">Maven Central</a>.
Available in <a href="http://search.maven.org/#artifactdetails|org.threeten|threetenbp|1.0|jar">Maven Central</a>.
</p>
</section>

Expand Down

0 comments on commit 3404975

Please sign in to comment.