Skip to content

Commit

Permalink
Prepare for release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 13, 2020
1 parent b41bf18 commit b545ce7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ The time-zone database is stored as a pre-compiled dat file that is included in
The version of the time-zone data used is stored within the dat file (near the start).
Updating the time-zone database involves using the `TzdbZoneRulesCompiler` class
and re-compiling the jar file.
Pull requests with later versions of the dat file will be accepted.
An automated CI job should help keep the time-zone data up to date.

#### FAQs

Expand Down Expand Up @@ -68,7 +68,7 @@ Tidelift will coordinate the fix and disclosure.

### Release process

* Update version (README.md, index.md, changes.xml)
* Update version (index.md, changes.xml - checking tzdb version)
* Commit and push
* `mvn clean release:clean release:prepare release:perform`
* Website will be built and released by Travis
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -8,6 +8,11 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.4.1" date="2020-01-13" description="v1.4.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2019c.
</action>
</release>
<release version="1.4.0" date="2019-05-08" description="v1.4.0">
<action dev="dlew" type="update" >
Update to time-zone data 2019a.
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.0 is the latest release.
Release 1.4.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 @@ -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.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down

0 comments on commit b545ce7

Please sign in to comment.