Skip to content

Commit 7b6e984

Browse files
committed
Update pom.xml
Fixed parent
1 parent dfa9c39 commit 7b6e984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/functional-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>javamoney-examples</artifactId>
6-
<groupId>org.javamoney.examples</groupId>
5+
<artifactId>javamoney-examples-console</artifactId>
6+
<groupId>org.javamoney.examples.console</groupId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>
99

0 commit comments

Comments
 (0)