o Fixing groupId and version tags.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Trygve Laugstol 2004-06-26 16:16:06 +00:00
parent de3e325ee9
commit b451d00a65
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
<artifactId>maven-plugin-parent</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<groupId>maven-install-plugin</groupId>
<groupId>maven</groupId>
<artifactId>maven-install-plugin</artifactId>
<name>Maven Install Plugin</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<version>1.0-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<package>org.apache.maven.plugin.install</package>
<dependencies>