Skip to content

Commit

Permalink
little naming adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jul 4, 2011
1 parent 0f282c2 commit 416e1c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<version>0.8-SNAPSHOT</version> <version>0.8-SNAPSHOT</version>
</parent> </parent>


<artifactId>rubygems</artifactId> <groupId>rubygems</groupId>
<artifactId>ruby-maven</artifactId>
<packaging>gem</packaging> <packaging>gem</packaging>
<name>ruby wrapper around maven and more</name> <name>ruby wrapper around maven and more</name>


Expand Down Expand Up @@ -64,6 +65,7 @@
<artifactItem> <artifactItem>
<groupId>org.sonatype.pmaven</groupId> <groupId>org.sonatype.pmaven</groupId>
<artifactId>pmaven-cli</artifactId> <artifactId>pmaven-cli</artifactId>
<version>${project.parent.version}</version>
<classifier>bin</classifier> <classifier>bin</classifier>
<type>zip</type> <type>zip</type>
<outputDirectory>${gem.basedir}</outputDirectory> <outputDirectory>${gem.basedir}</outputDirectory>
Expand Down

0 comments on commit 416e1c1

Please sign in to comment.