Added parent section to archetype pom

This commit is contained in:
dsyer
2008-07-17 13:40:27 +00:00
parent 168cf8b79b
commit 266e8dd19f

View File

@@ -2,11 +2,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-archetypes</artifactId>
<version>1.1.0.RELEASE</version>
<packaging>pom</packaging>
<name>Archetypes</name>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<description>
<![CDATA[
Spring Batch archetypes are simple project templates containing just enough code