Skip to content

Commit 251b2ac

Browse files
committed
Prepare for release v1.7.1
1 parent d3fb4cd commit 251b2ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<configuration>
738738
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
739739
<serverId>sonatype-threeten-staging</serverId>
740-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
740+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
741741
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
742742
<stagingProgressTimeoutMinutes>20</stagingProgressTimeoutMinutes>
743743
</configuration>

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99

1010
<!-- types are add, fix, remove, update -->
11-
<release version="1.7.1" date="SNAPSHOT" description="v1.7.1">
11+
<release version="1.7.1" date="2025-03-11" description="v1.7.1">
1212
<action dev="jodastephen" type="fix" issue="198">
1313
Fix implementation of `SimpleDateTimeTextProvider`.
1414
</action>

src/site/markdown/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Various documentation is available:
4343

4444
## <i></i> Releases
4545

46-
Release 1.7.0 is the latest release.
46+
Release 1.7.1 is the latest release.
4747
It is considered to be stable and usable in production.
4848

4949
The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
@@ -59,7 +59,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
5959
<dependency>
6060
<groupId>org.threeten</groupId>
6161
<artifactId>threetenbp</artifactId>
62-
<version>1.7.0</version>
62+
<version>1.7.1</version>
6363
</dependency>
6464
```
6565

0 commit comments

Comments
 (0)