BATCH-794: Move to BRITS style dependencies so we can build against Spring 3.0 snapshots

This commit is contained in:
dsyer
2008-11-04 08:22:02 +00:00
parent 883ce9d356
commit 0f7fd164be

4
dist/pom.xml vendored
View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-dist</artifactId>
<artifactId>org.springframework.batch.dist</artifactId>
<name>Distribution</name>
<packaging>pom</packaging>
<description>
@@ -11,7 +11,7 @@
</description>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<artifactId>org.springframework.batch.batch</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>