Skip to content

Commit cc4df40

Browse files
committed
missing method mentioned in javadoc #192
Task-Url: JavaMoney/jsr354-ri#192
1 parent 1bdb854 commit cc4df40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney</groupId>
66
<artifactId>javamoney-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99
<groupId>org.javamoney.examples</groupId>
1010
<artifactId>javamoney-examples</artifactId>
@@ -23,8 +23,8 @@
2323
<junit.version>4.11</junit.version>
2424
<slf4j.version>1.6.1</slf4j.version>
2525
<!-- JSR versions -->
26-
<api.version>1.1-SNAPSHOT</api.version>
27-
<impl.version>1.4-SNAPSHOT</impl.version>
26+
<api.version>1.1</api.version>
27+
<impl.version>1.4</impl.version>
2828
<impl.type>pom</impl.type>
2929
<lib.version>1.0</lib.version>
3030
</properties>

0 commit comments

Comments
 (0)