Skip to content

Commit aede354

Browse files
committed
Update pom.xml
Fixed artifactId to match package
1 parent a721906 commit aede354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

5-
<groupId>javax.money</groupId>
5+
<groupId>net.java.javamoney</groupId>
66
<version>1.0-SNAPSHOT</version>
77
<artifactId>money-extras</artifactId>
88
<name>JMoney and Currency - Extras not part of JSR 354</name>
@@ -45,4 +45,4 @@
4545
<version>${javamoney.version}</version>
4646
</dependency>
4747
</dependencies>
48-
</project>
48+
</project>

0 commit comments

Comments
 (0)