Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 1, 2015
1 parent 3a9844f commit 7fc25d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -3,6 +3,8 @@
JSR-310 provides a new date and time library for Java SE 8.
This project is the backport to Java SE 6 and 7.

See the [main home page](http://www.threeten.org/threetenbp/) of the project.

The backport is NOT an implementation of JSR-310, as that would require
jumping through lots of unnecessary hoops.
Instead, this is a simple backport intended to allow users to quickly
Expand All @@ -14,7 +16,7 @@ Active development on JSR-310 is at [OpenJDK](http://openjdk.java.net/):
This GitHub repository is a fork of that originally used to create JSR-310.
That repository used the same BSD 3-clause license as this repository.

Issues should be reported here at GitHub.
Issues about the backport should be reported here at GitHub.
Pull requests and issues will only be considered so far as matching the behaviour
of the real Java SE 8. Additional requested features will be rejected.

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.3.1" date="SNAPSHOT" description="v1.3.1">
<release version="1.3.1" date="2015-09-01" description="v1.3.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2015f.
</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 is the latest release.
Release 1.3.1 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%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.1%7Cjar).

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

Expand Down

0 comments on commit 7fc25d4

Please sign in to comment.