We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d494ed4 commit f3ee54bCopy full SHA for f3ee54b
1 file changed
pom.xml
@@ -12,7 +12,7 @@
12
<artifactId>unit-tck-usage</artifactId>
13
<packaging>jar</packaging>
14
<groupId>tec.units</groupId>
15
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
16
<name>JSR 363 - TCK Usage Demo</name>
17
<description>JSR 363 provides an API for representing, transporting, and performing comprehensive calculations with
18
Units of Measurement.
@@ -41,7 +41,7 @@
41
<api.artifactId>unit-api</api.artifactId>
42
43
<!-- ************ Other settings, Should normally not be changed. ************ -->
44
- <tck.version>0.7-SNAPSHOT</tck.version>
+ <tck.version>0.7</tck.version>
45
<jdkVersion>1.7</jdkVersion>
46
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
47
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
0 commit comments