Skip to content

Commit f3ee54b

Browse files
committed
UNITSOFMEASUREMENT-118: Add Tests according to Spec Chapter 4
Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-118
1 parent d494ed4 commit f3ee54b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>unit-tck-usage</artifactId>
1313
<packaging>jar</packaging>
1414
<groupId>tec.units</groupId>
15-
<version>0.6-SNAPSHOT</version>
15+
<version>0.6</version>
1616
<name>JSR 363 - TCK Usage Demo</name>
1717
<description>JSR 363 provides an API for representing, transporting, and performing comprehensive calculations with
1818
Units of Measurement.
@@ -41,7 +41,7 @@
4141
<api.artifactId>unit-api</api.artifactId>
4242

4343
<!-- ************ Other settings, Should normally not be changed. ************ -->
44-
<tck.version>0.7-SNAPSHOT</tck.version>
44+
<tck.version>0.7</tck.version>
4545
<jdkVersion>1.7</jdkVersion>
4646
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
4747
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>

0 commit comments

Comments
 (0)