File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
158157 <verbose >true</verbose >
159158 </configuration >
160159 </plugin >
161-
162160 </plugins >
163161 </build >
164162</project >
You can’t perform that action at this time.
0 commit comments