Skip to content

Commit

Permalink
5: Document usage and profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Apr 3, 2016
1 parent a0e9740 commit c69b5d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>unit-tck-usage</artifactId>
<packaging>jar</packaging>
<groupId>tec.units</groupId>
<version>0.7-SNAPSHOT</version>
<version>0.7</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 All @@ -32,15 +32,15 @@
<!-- 1) Your implementation artifact to be tested. -->
<impl.groupId>tec.units</impl.groupId>
<impl.artifactId>unit-ri</impl.artifactId>
<impl.version>0.9-SNAPSHOT</impl.version>
<impl.version>0.8</impl.version>
<impl.packageType>jar</impl.packageType>

<!-- 2) JSR API version to be used. -->
<api.version>0.9-SNAPSHOT</api.version>
<api.version>0.8</api.version>
<api.artifactId>unit-api</api.artifactId>

<!-- ************ Other settings, Should normally not be changed. ************ -->
<tck.version>0.8-SNAPSHOT</tck.version>
<tck.version>0.8</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 c69b5d9

Please sign in to comment.