Skip to content

Commit

Permalink
Prepare for release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 25, 2022
1 parent 364dd66 commit 9bd217c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -734,7 +734,6 @@
<configuration>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<serverId>sonatype-joda-staging</serverId>
<description>Releasing ${project.groupId}:${project.artifactId}:${project.version}</description>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
</configuration>
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.6.2" date="SNAPSHOT" description="v1.6.2">
<release version="1.6.2" date="2022-09-25" description="v1.6.2">
<action dev="jodastephen" type="update" >
Update to time-zone data 2022dgtz.
</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.6.1 is the latest release.
Release 1.6.2 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.6.1</version>
<version>1.6.2</version>
</dependency>
```

Expand Down

0 comments on commit 9bd217c

Please sign in to comment.