Skip to content

Commit

Permalink
ROASTER-3: Changed groupId to org.jboss.forge.roaster
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 3, 2014
1 parent 478c0bb commit 9228c3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand All @@ -10,7 +10,7 @@
<name>Forge Roaster JDT Implementation</name>
<dependencies>
<dependency>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-api</artifactId>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>jboss-parent</artifactId>
<version>14</version>
</parent>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -58,12 +58,12 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-jdt</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 9228c3f

Please sign in to comment.