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

This commit is contained in:
bhale
2008-11-01 08:03:19 +00:00
parent 81fadc38d4
commit 3a8ca2a277
9 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-core</artifactId>
<version>1.1.3.CI-SNAPSHOT</version>
<version> 1.1.3.RELEASE</version>
<packaging>jar</packaging>
<name>Core</name>
<description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.3.CI-SNAPSHOT</version>
<version>1.1.3.RELEASE</version>
<relativePath>..</relativePath>
</parent>