Skip to content

Commit d005cff

Browse files
committed
Prepare for release v1.6.0
1 parent e1d9c00 commit d005cff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Various documentation is available:
1717

1818

1919
### Releases
20-
Release 1.5.0 is the current release.
21-
This release is considered stable and worthy of the 1.x tag.
20+
Release 1.6.0 is the current release.
21+
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).
2222

2323
ThreeTen-Extra requires Java SE 8 or later and has no dependencies.
2424

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99
<!-- types are add, fix, remove, update -->
10-
<release version="1.6.0" date="SNAPSHOT" description="v1.6.0">
10+
<release version="1.6.0" date="2020-02-18" description="v1.6.0">
1111
<action dev="mwkroening" type="add">
1212
Add OffsetDate.
1313
Fixes #137.

src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Various documentation is available:
5252

5353
## <i></i> Releases
5454

55-
Release 1.5.0 is the current release.
55+
Release 1.6.0 is the current release.
5656
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).
5757

5858
ThreeTen-Extra requires Java SE 8 or later and has no [dependencies](dependencies.html).
@@ -63,7 +63,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
6363
<dependency>
6464
<groupId>org.threeten</groupId>
6565
<artifactId>threeten-extra</artifactId>
66-
<version>1.5.0</version>
66+
<version>1.6.0</version>
6767
</dependency>
6868
```
6969

0 commit comments

Comments
 (0)