Skip to content

Commit f84352d

Browse files
committed
JAVAMONEY-82: Parent POM of RI (1.0-RC1) not in codebase, differs from
TCK Task-Url: https://java.net/jira/browse/JAVAMONEY-82
1 parent 7ddcde3 commit f84352d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console/javamoney-console-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney.examples.console</groupId>
66
<artifactId>javamoney-examples-console</artifactId>
7-
<version>0.9-SNAPSHOT</version>
7+
<version>0.9</version>
88
</parent>
99
<artifactId>javamoney-console-java8</artifactId>
1010
<name>JavaMoney Java 8 Console Examples</name>

console/javamoney-console-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.javamoney.examples.console</groupId>
55
<artifactId>javamoney-examples-console</artifactId>
6-
<version>0.9-SNAPSHOT</version>
6+
<version>0.9</version>
77
</parent>
88
<artifactId>javamoney-console-simple</artifactId>
99
<name>JavaMoney Simple Console Examples</name>

0 commit comments

Comments
 (0)