Skip to content

Commit

Permalink
Fixed groupId of TCK and RI
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Oct 18, 2013
1 parent 90fe55c commit c80f95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.javamoney</groupId>
<groupId>org.javamoney.tck</groupId>
<artifactId>jsr354-tck</artifactId>
<packaging>jar</packaging>

Expand Down Expand Up @@ -42,7 +42,7 @@

<jboss.test.audit.version>1.1.0.Final</jboss.test.audit.version>
<!-- This properties must be set for another implementation to be tested. -->
<impl.groupId>org.javamoney</impl.groupId>
<impl.groupId>org.javamoney.ri</impl.groupId>
<impl.artifactId>jsr354-ri</impl.artifactId>
<impl.version>0.7-SNAPSHOT</impl.version>
<impl.packageType>jar</impl.packageType>
Expand Down

0 comments on commit c80f95b

Please sign in to comment.