Skip to content

Commit

Permalink
https://java.net/jira/browse/UNITSOFMEASUREMENT-169
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Keil <[email protected]>
  • Loading branch information
keilw committed Dec 28, 2015
1 parent 1a247de commit a13a1f7
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.5-SNAPSHOT</version>
<version>0.5</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 @@ -47,7 +47,7 @@
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<testng.version>6.8.5</testng.version>
<testng.version>6.9.10</testng.version>
</properties>

<ciManagement>
Expand Down

0 comments on commit a13a1f7

Please sign in to comment.