We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a247de commit a13a1f7Copy full SHA for a13a1f7
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.5-SNAPSHOT</version>
+ <version>0.5</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.
@@ -47,7 +47,7 @@
47
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
48
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
50
- <testng.version>6.8.5</testng.version>
+ <testng.version>6.9.10</testng.version>
51
</properties>
52
53
<ciManagement>
0 commit comments