We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4d6de commit 5574168Copy full SHA for 5574168
pom.xml
@@ -10,7 +10,7 @@
10
<artifactId>threetenbp</artifactId>
11
<packaging>jar</packaging>
12
<name>ThreeTen backport</name>
13
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.1</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.7.1</tag>
127
</scm>
128
<organization>
129
<name>ThreeTen.org</name>
0 commit comments