Skip to content

Commit b9b8188

Browse files
committed
1 parent 8fa4c29 commit b9b8188

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -21,8 +21,7 @@
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

@@ -36,8 +35,8 @@
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>

0 commit comments

Comments
 (0)