We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebb5cb commit 583ef31Copy full SHA for 583ef31
pom.xml
@@ -10,7 +10,7 @@
10
<artifactId>threeten-extra</artifactId>
11
<packaging>jar</packaging>
12
<name>ThreeTen-Extra</name>
13
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
14
<description>Additional functionality that enhances JSR-310 dates and times in Java SE 8 and later</description>
15
<url>https://www.threeten.org/threeten-extra</url>
16
@@ -164,7 +164,7 @@
164
<connection>scm:git:https://github.com/ThreeTen/threeten-extra.git</connection>
165
<developerConnection>scm:git:https://github.com/ThreeTen/threeten-extra.git</developerConnection>
166
<url>https://github.com/ThreeTen/threeten-extra</url>
167
- <tag>HEAD</tag>
+ <tag>v1.8.0</tag>
168
</scm>
169
<organization>
170
<name>ThreeTen.org</name>
0 commit comments