We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeb59e commit 7cf2fcbCopy full SHA for 7cf2fcb
pom.xml
@@ -10,7 +10,7 @@
10
<artifactId>threetenbp</artifactId>
11
<packaging>jar</packaging>
12
<name>ThreeTen backport</name>
13
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.7</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
@@ -91,6 +91,7 @@
91
<connection>scm:git:https://github.com/ThreeTen/threetenbp.git</connection>
92
<developerConnection>scm:git:https://github.com/ThreeTen/threetenbp.git</developerConnection>
93
<url>https://github.com/ThreeTen/threetenbp</url>
94
+ <tag>v1.3.7</tag>
95
</scm>
96
<organization>
97
<name>ThreeTen.org</name>
0 commit comments