mirror of https://github.com/apache/maven.git
fix bad group id
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95b40a2b87
commit
a66df4b205
|
@ -1,6 +1,6 @@
|
||||||
<model>
|
<model>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.maven.</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-it0023</artifactId>
|
<artifactId>maven-it0023</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue