Skip to content

Commit dcfa0ef

Browse files
committed
53: Consider dealing with JPMS build like API
Task-Url: unitsofmeasurement/unit-tck#53
1 parent c20fdb1 commit dcfa0ef

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
@@ -40,13 +40,13 @@
4040
<api.artifactId>unit-api</api.artifactId>
4141

4242
<!-- ************ Other settings, Should normally not be changed. ************ -->
43-
<tck.version>2.2-SNAPSHOT</tck.version>
43+
<tck.version>2.2</tck.version>
4444
<jdkVersion>11</jdkVersion>
4545
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
4646
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<testng.version>7.8.0</testng.version>
49+
<testng.version>7.10.2</testng.version>
5050
<reflections.version>0.10.2</reflections.version>
5151
</properties>
5252

0 commit comments

Comments
 (0)