File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 737
737
<configuration >
738
738
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
739
739
<serverId >sonatype-threeten-staging</serverId >
740
- <autoReleaseAfterClose >true </autoReleaseAfterClose >
740
+ <autoReleaseAfterClose >false </autoReleaseAfterClose >
741
741
<keepStagingRepositoryOnCloseRuleFailure >true</keepStagingRepositoryOnCloseRuleFailure >
742
742
<stagingProgressTimeoutMinutes >20</stagingProgressTimeoutMinutes >
743
743
</configuration >
Original file line number Diff line number Diff line change 8
8
<body >
9
9
10
10
<!-- 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" >
12
12
<action dev =" jodastephen" type =" fix" issue =" 198" >
13
13
Fix implementation of `SimpleDateTimeTextProvider`.
14
14
</action >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Various documentation is available:
43
43
44
44
## <i ></i > Releases
45
45
46
- Release 1.7.0 is the latest release.
46
+ Release 1.7.1 is the latest release.
47
47
It is considered to be stable and usable in production.
48
48
49
49
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
59
59
<dependency >
60
60
<groupId >org.threeten</groupId >
61
61
<artifactId >threetenbp</artifactId >
62
- <version >1.7.0 </version >
62
+ <version >1.7.1 </version >
63
63
</dependency >
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments