[maven-release-plugin] prepare release spring-batch-1.0.1.RELEASE

This commit is contained in:
nebhale
2008-05-06 15:51:32 +00:00
parent 3ff83c11b5
commit b876ef93c8
6 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-integration</artifactId>
<packaging>jar</packaging>
@@ -7,7 +6,7 @@
<description> Integration tests for the Spring Batch Infrastructure </description>
<parent>
<groupId>org.springframework.batch</groupId>
<version>1.0.1.DEV-SNAPSHOT</version>
<version>1.0.1.RELEASE</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>