Skip to content

Commit

Permalink
UNITSOFMEASUREMENT-118: Add Tests according to Spec Chapter 4
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 31, 2016
1 parent d494ed4 commit f3ee54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>unit-tck-usage</artifactId>
<packaging>jar</packaging>
<groupId>tec.units</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<name>JSR 363 - TCK Usage Demo</name>
<description>JSR 363 provides an API for representing, transporting, and performing comprehensive calculations with
Units of Measurement.
Expand Down Expand Up @@ -41,7 +41,7 @@
<api.artifactId>unit-api</api.artifactId>

<!-- ************ Other settings, Should normally not be changed. ************ -->
<tck.version>0.7-SNAPSHOT</tck.version>
<tck.version>0.7</tck.version>
<jdkVersion>1.7</jdkVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
Expand Down

0 comments on commit f3ee54b

Please sign in to comment.