Skip to content

Commit cd84fc8

Browse files
committed
Updated POM level
1 parent 9ea3e53 commit cd84fc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<modelVersion>4.0.0</modelVersion>
1313

14-
<groupId>org.javamoney</groupId>
14+
<groupId>org.javamoney.ri</groupId>
1515
<artifactId>jsr354-ri</artifactId>
1616
<packaging>jar</packaging>
1717

@@ -800,4 +800,9 @@
800800
</plugins>
801801
</reporting>
802802

803+
<parent>
804+
<groupId>org.javamoney</groupId>
805+
<artifactId>javamoney-parent</artifactId>
806+
<version>0.3-SNAPSHOT</version>
807+
</parent>
803808
</project>

0 commit comments

Comments
 (0)