Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jun 30, 2016
1 parent d50b23c commit 97b5222
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.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 Expand Up @@ -735,6 +735,6 @@
<!-- Other properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<tz.database.version>2015f</tz.database.version>
<tz.database.version>2016e</tz.database.version>
</properties>
</project>
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.3.2" date="SNAPSHOT" description="v1.3.2">
<release version="1.3.2" date="2016-06-30" description="v1.3.2">
<action dev="jodastephen" type="update" >
Update to time-zone data 2016e.
</action>
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.3.1 is the latest release.
Release 1.3.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.3.1%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.2%7Cjar).

```xml
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Expand Down

0 comments on commit 97b5222

Please sign in to comment.