File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.javamoney</groupId >
1414 <artifactId >javamoney-parent</artifactId >
15- <version >1.1-SNAPSHOT </version >
15+ <version >1.1</version >
1616 </parent >
1717
1818 <artifactId >javamoney-tck</artifactId >
2121 <name >JSR 354 Technical Compatibility Kit (TCK)</name >
2222
2323 <description >JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
24- Money and Currency. This module implements JSR 354. This module provides the test code that is compatible with
25- both the Java 7 and the Java 8 based API. The targeted API must be provided as well as the implementation
24+ Money and Currency. This module implements JSR 354. The targeted API must be provided as well as the implementation
2625 under test to execute this TCK.
2726 </description >
2827
3635 </licenses >
3736
3837 <properties >
39- <jsr .version>1.1-SNAPSHOT </jsr .version>
40- <ri .version>1.4-SNAPSHOT </ri .version>
38+ <jsr .version>1.1</jsr .version>
39+ <ri .version>1.4</ri .version>
4140 <jdkVersion >1.8</jdkVersion >
4241 <maven .compile.targetLevel>${jdkVersion} </maven .compile.targetLevel>
4342 <maven .compile.sourceLevel>${jdkVersion} </maven .compile.sourceLevel>
You can’t perform that action at this time.
0 commit comments