Skip to content

Commit

Permalink
Change the groupId to org.apache.felix.commons to avoid a circular de…
Browse files Browse the repository at this point in the history
…pendency.
  • Loading branch information
Erik Froese committed Mar 18, 2011
1 parent 4a46828 commit 308c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
<groupId>org.apache.felix.commons</groupId>
<artifactId>${artifactId}</artifactId>
<name>${artifactId} bundle</name>
<description>
Expand Down

0 comments on commit 308c6cc

Please sign in to comment.