Skip to content

Commit

Permalink
Prepare for release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 8, 2019
1 parent 85f50af commit d7ae447
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Pull requests with later versions of the dat file will be accepted.
#### FAQs

1. What version of Java SE 8 does this project map to?
This project currently maps to the expected contents of release Java SE 8u20.
This project currently maps to the contents of release Java SE 8u20.

2. Will the backport be kept up to date?
There are no plans for further releases.
Expand All @@ -60,6 +60,8 @@ Commercial support is available via the
Note that pull requests and issues will only be considered so far as matching the behaviour of Java SE releases.
Additional requested features will be rejected.

Pull requests must _not_ be copied from the JDK, because the GPL license is incompatible with the BSD license used here.

To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security).
Tidelift will coordinate the fix and disclosure.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>threetenbp</artifactId>
<packaging>jar</packaging>
<name>ThreeTen backport</name>
<version>1.3.9-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</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.3.9" date="SNAPSHOT" description="v1.3.9">
<release version="1.4.0" date="2019-05-08" description="v1.4.0">
<action dev="dlew" type="update" >
Update to time-zone data 2019a.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Expand Up @@ -42,7 +42,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.3.8 is the latest release.
Release 1.4.0 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 @@ -58,7 +58,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.3.8</version>
<version>1.4.0</version>
</dependency>
```

Expand Down

0 comments on commit d7ae447

Please sign in to comment.