Skip to content

Commit 3fa72ac

Browse files
committed
Updated dependencies
1 parent 212697a commit 3fa72ac

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.uom</groupId>
88
<artifactId>uom-parent</artifactId>
9-
<version>2.1.3</version>
9+
<version>2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>unit-tck-usage</artifactId>
@@ -15,9 +15,8 @@
1515
<name>JSR 385 - TCK Usage Demo</name>
1616
<description>JSR 385 provides an API for representing, transporting, and performing comprehensive calculations with
1717
Units of Measurement.
18-
This module executes the JSR 385 TCK and tests the current JSR 385 Reference Implementation. based on Java 8 and above.
18+
This module executes the JSR 385 TCK and tests the current JSR 385 Reference Implementation.
1919
</description>
20-
<version>2.1.1</version>
2120

2221
<licenses>
2322
<license>
@@ -41,14 +40,14 @@
4140
<api.artifactId>unit-api</api.artifactId>
4241

4342
<!-- ************ Other settings, Should normally not be changed. ************ -->
44-
<tck.version>2.1.1</tck.version>
43+
<tck.version>2.2-SNAPSHOT</tck.version>
4544
<jdkVersion>11</jdkVersion>
4645
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
4746
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
4847
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4948
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5049
<testng.version>7.1.0</testng.version>
51-
<reflections.version>0.9.12</reflections.version>
50+
<reflections.version>0.10.2</reflections.version>
5251
</properties>
5352

5453
<ciManagement>
@@ -158,7 +157,6 @@
158157
<verbose>true</verbose>
159158
</configuration>
160159
</plugin>
161-
162160
</plugins>
163161
</build>
164162
</project>

0 commit comments

Comments
 (0)