Skip to content

Commit

Permalink
Prepare for release v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 7, 2020
1 parent 27b28ad commit f74bf05
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ 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.
However if bugs are found, or pull requests received then a release may occur.
However if security issues or bugs are found, or pull requests received then a release may occur.

3. Is this project derived from OpenJDK?
No. This project is derived from the Reference Implementation previously hosted on GitHub.
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -50,6 +50,10 @@
<name>Ludovic Hochet</name>
<url>https://github.com/lhochet</url>
</contributor>
<contributor>
<name>Tomislav Hofman</name>
<url>https://github.com/tomislavhofman</url>
</contributor>
<contributor>
<name>Matias Irland</name>
<url>https://github.com/matir91</url>
Expand Down
7 changes: 7 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -9,6 +9,9 @@

<!-- types are add, fix, remove, update -->
<release version="1.4.5" date="SNAPSHOT" description="v1.4.5">
<action dev="jodastephen" type="update" >
Update to time-zone data 2020b.
</action>
<action dev="jodastephen" type="fix" >
Fix parsing of fixed zone offsets.
Fixes #133.
Expand All @@ -18,6 +21,10 @@
Hard code a reasonable answer.
Fixes #97.
</action>
<action dev="tomislavhofman" type="fix" >
Fix Javadoc nit.
Fixes #128.
</action>
</release>
<release version="1.4.4" date="2020-04-24" description="v1.4.4">
<action dev="jodastephen" type="update" >
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.4.4 is the latest release.
Release 1.4.5 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.4.4</version>
<version>1.4.5</version>
</dependency>
```

Expand Down

0 comments on commit f74bf05

Please sign in to comment.