Skip to content

Commit

Permalink
Renamed roaster-impl to roaster-jdt
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 5, 2014
1 parent 863493f commit 0de24dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>roaster-impl</artifactId>
<name>Forge Roaster Implementation</name>
<artifactId>roaster-jdt</artifactId>
<name>Forge Roaster JDT Implementation</name>
<dependencies>
<dependency>
<groupId>org.jboss.forge</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>roaster-impl</artifactId>
<artifactId>roaster-jdt</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0de24dc

Please sign in to comment.