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 1bdb854 commit cc4df40Copy full SHA for cc4df40
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.javamoney</groupId>
6
<artifactId>javamoney-parent</artifactId>
7
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
8
</parent>
9
<groupId>org.javamoney.examples</groupId>
10
<artifactId>javamoney-examples</artifactId>
@@ -23,8 +23,8 @@
23
<junit.version>4.11</junit.version>
24
<slf4j.version>1.6.1</slf4j.version>
25
<!-- JSR versions -->
26
- <api.version>1.1-SNAPSHOT</api.version>
27
- <impl.version>1.4-SNAPSHOT</impl.version>
+ <api.version>1.1</api.version>
+ <impl.version>1.4</impl.version>
28
<impl.type>pom</impl.type>
29
<lib.version>1.0</lib.version>
30
</properties>
0 commit comments