[maven-release-plugin] prepare release 2.0.2.RELEASE

This commit is contained in:
dsyer
2009-07-21 07:31:27 +00:00
parent d21e7f9731
commit 28070bca4e
10 changed files with 21 additions and 25 deletions

View File

@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<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-infrastructure</artifactId>
<version>2.0.2.CI-SNAPSHOT </version>
<version>2.0.2.RELEASE </version>
<packaging>jar</packaging>
<name>Infrastructure</name>
<description><![CDATA[The Spring Batch Infrastructure is a set of
@@ -13,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.0.2.CI-SNAPSHOT</version>
<version>2.0.2.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>