Added parent section to archetype pom
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user