Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 24, 2014
1 parent 118fb76 commit 7eed6b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>1.1-SNAPSHOT</version>
<version>1.1</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 Expand Up @@ -199,7 +199,7 @@
<plugin><!-- invoke with mvn site-deploy -->
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.9</version>
<version>0.10</version>
<executions>
<execution>
<id>github-site</id>
Expand Down Expand Up @@ -553,7 +553,7 @@
<toolchains>
<jdk>
<version>1.6</version>
<vendor>oracle</vendor>
<vendor>sun</vendor>
</jdk>
</toolchains>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.1" date="xxxx-xx-xx" description="v1.1">
<release version="1.1" date="2014-10-24" description="v1.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2014i.
Fixes #19.
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Expand Up @@ -47,7 +47,7 @@ use <code>LocalDate.FROM</code> rather than <code>LocalDate::from</code>.

<section name="Releases">
<p>
Release 1.0 is the latest release.
Release 1.1 is the latest release.
It is considered to be stable and usable in production.
</p>
<p>
Expand All @@ -60,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|1.0|jar">Maven Central</a>.
Available in <a href="http://search.maven.org/#artifactdetails|org.threeten|threetenbp|1.1|jar">Maven Central</a>.
</p>
</section>

Expand Down

0 comments on commit 7eed6b1

Please sign in to comment.