We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa21b03 commit 0f7fecdCopy full SHA for 0f7fecd
pom.xml
@@ -23,7 +23,7 @@
23
<artifactId>javamoney-tck</artifactId>
24
<packaging>jar</packaging>
25
26
- <version>0.9</version>
+ <version>1.0-RC1</version>
27
28
<name>JSR 354 (TCK)</name>
29
<url>http://java.net/projects/javamoney</url>
@@ -46,7 +46,7 @@
46
</licenses>
47
48
<properties>
49
- <jsr.version>0.9</jsr.version>
+ <jsr.version>1.0-RC1</jsr.version>
50
<jdkVersion>1.8</jdkVersion>
51
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
52
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
0 commit comments