Skip to content

Commit

Permalink
Release v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 16, 2014
1 parent 2d6d5eb commit 715099d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<description>Backport of JSR-310 from JDK 8 to JDK 7. NOT an implementation of the JSR.</description>
<url>https://www.threeten.org/threetenbp</url>

Expand All @@ -19,14 +19,6 @@
<url>https://github.com/ThreeTen/threetenbp/issues</url>
</issueManagement>
<inceptionYear>2007</inceptionYear>
<mailingLists>
<mailingList>
<name>ThreeTen development list</name>
<subscribe>https://lists.sourceforge.net/lists/listinfo/threeten-develop</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/threeten-develop</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=threeten-develop</archive>
</mailingList>
</mailingLists>

<!-- ==================================================================== -->
<developers>
Expand Down Expand Up @@ -399,7 +391,6 @@
<report>dependency-info</report>
<report>issue-tracking</report>
<report>license</report>
<report>mailing-list</report>
<report>project-team</report>
<report>scm</report>
<report>summary</report>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Expand Up @@ -8,7 +8,10 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="0.9" date="xxx" description="v0.9">
<release version="0.9" date="2014--5-16" description="v0.9">
<action dev="jodastephen" type="update">
Update to match JDK 8u20.
</action>
<action dev="jodastephen" type="update">
Move to Eclipse m2e and update pom.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Expand Up @@ -48,7 +48,7 @@ use <code>LocalDate.FROM</code> rather than <code>LocalDate::from</code>.
<section name="Releases">
<p>
There are no full releases yet!
Release 0.8.1 is the current development release intended for feedback.
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.
</p>
<p>
Expand All @@ -61,7 +61,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.8.1|jar">Maven Central</a>.
Available in <a href="http://search.maven.org/#artifactdetails|org.threeten|threetenbp|0.9|jar">Maven Central</a>.
</p>
</section>

Expand Down

0 comments on commit 715099d

Please sign in to comment.