Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 9, 2014
1 parent 5e9389c commit 52cc84f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>1.2-SNAPSHOT</version>
<version>1.2</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
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.2" date="SNAPSHOT" description="v1.2">
<release version="1.2" date="2014-12-09" description="v1.2">
<action dev="jodastephen" type="fix" >
Fix parsing of Etc/GMT+1 and similar zones which have a longer form like Etc/GMT+10.
Fixes #21.
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Expand Up @@ -42,7 +42,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.1 is the latest release.
Release 1.2 is the latest release.
It is considered to be stable and usable in production.

The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
Expand All @@ -52,13 +52,13 @@ The Hijrah calendar system does not work.
Formatting and parsing often depends on data only available in Java SE 8.
Zone id and text parsing is significantly less powerful.

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.1%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.2%7Cjar).

```xml
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

Expand Down

0 comments on commit 52cc84f

Please sign in to comment.