Skip to content

Commit

Permalink
Prepare for release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Mar 20, 2022
1 parent 3d17835 commit dfc18a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
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.5.3-SNAPSHOT</version>
<version>1.6.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
7 changes: 7 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -8,6 +8,13 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.6.0" date="2022-03-20" description="v1.6.0">
<action dev="jodastephen" type="update" >
Update to time-zone data 2022agtz.
ThreeTen-Backport now uses global-tz for time zone data.
https://github.com/JodaOrg/global-tz
</action>
</release>
<release version="1.5.2" date="2021-11-08" description="v1.5.2">
<action dev="jodastephen" type="update" >
Update to time-zone data 2021efork.
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.5.2 is the latest release.
Release 1.6.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.5.2</version>
<version>1.6.0</version>
</dependency>
```

Expand Down

0 comments on commit dfc18a5

Please sign in to comment.