mirror of https://github.com/apache/maven.git
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:
parent
de3e325ee9
commit
b451d00a65
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue