Thanks to visit codestin.com Credit goes to github.com
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 f4a423a commit 7b1a168Copy full SHA for 7b1a168
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
<artifactId>threetenbp</artifactId>
11
<packaging>jar</packaging>
12
<name>ThreeTen backport</name>
13
- <version>1.6.9-SNAPSHOT</version>
+ <version>1.6.9</version>
14
<description>Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.</description>
15
<url>https://www.threeten.org/threetenbp</url>
16
@@ -123,7 +123,7 @@
123
<connection>scm:git:https://github.com/ThreeTen/threetenbp.git</connection>
124
<developerConnection>scm:git:https://github.com/ThreeTen/threetenbp.git</developerConnection>
125
<url>https://github.com/ThreeTen/threetenbp</url>
126
- <tag>HEAD</tag>
+ <tag>v1.6.9</tag>
127
</scm>
128
<organization>
129
<name>ThreeTen.org</name>
0 commit comments