mirror of https://github.com/apache/maven.git
o fixing gids and aids
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
baa683fc2e
commit
e09c4c6469
|
@ -6,7 +6,6 @@
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<name>Test Components</name>
|
<name>Test Components</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>test-component-c</module>
|
<module>test-component-c</module>
|
||||||
<module>test-plugin</module>
|
<module>test-plugin</module>
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
<project>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>test-components</artifactId>
|
<artifactId>maven-it-it0081</artifactId>
|
||||||
<groupId>test</groupId>
|
<groupId>org.apache.maven.its.it0081</groupId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>test</groupId>
|
|
||||||
<artifactId>test-component-c</artifactId>
|
<artifactId>test-component-c</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<name>Test Component C</name>
|
<name>Test Component C</name>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
<project>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>test-components</artifactId>
|
<artifactId>maven-it-it0081</artifactId>
|
||||||
<groupId>test</groupId>
|
<groupId>org.apache.maven.its.it0081</groupId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>test</groupId>
|
<groupId>test</groupId>
|
||||||
<artifactId>test-plugin</artifactId>
|
<artifactId>test-plugin</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
Loading…
Reference in New Issue