spec/fixtures/child.xml in maven_pom-0.0.1 vs spec/fixtures/child.xml in maven_pom-0.0.2
- old
+ new
@@ -4,13 +4,12 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.example</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>example</artifactId>
</parent>
- <groupId>com.example</groupId>
<artifactId>child</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<dependencies>
\ No newline at end of file