[maven-release-plugin] prepare release 2.0.0.RC2

This commit is contained in:
dsyer
2009-03-20 18:22:05 +00:00
parent c3a95584d7
commit 9c441df465
11 changed files with 18 additions and 22 deletions

View File

@@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.archetype.simple.cli</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<packaging>jar</packaging>
<name>Commandline</name>
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>

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>org.springframework.batch.build.central</artifactId>
@@ -12,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>..</relativePath>
</parent>

14
pom.xml
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>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch</artifactId>
@@ -8,7 +7,7 @@
<!-- Use CDATA to keep it on a single line in the manifest -->
<![CDATA[Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.]]>
</description>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>
@@ -22,11 +21,11 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>https://fisheye.springframework.org/browse/spring-batch
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.0.0.RC2
</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC2
</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC2
</developerConnection>
</scm>
<issueManagement>
@@ -139,8 +138,7 @@
<imgSrcPath>src/site/docbook/reference/</imgSrcPath>
<admonGraphicsPath>src/docbkx/resources/images/</admonGraphicsPath>
<postProcess>
<copy file="${basedir}/target/docbkx/pdf/index.pdf" tofile="${basedir}/target/site/reference/pdf/spring-batch-docs.pdf"
failonerror="false" />
<copy file="${basedir}/target/docbkx/pdf/index.pdf" tofile="${basedir}/target/site/reference/pdf/spring-batch-docs.pdf" failonerror="false" />
</postProcess>
</configuration>
<phase>pre-site</phase>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<properties>

View File

@@ -1,10 +1,9 @@
<?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>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<name>Spring Batch Parent</name>
<url>http://static.springframework.org/spring-batch/${artifactId}</url>
<description>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.parent</artifactId>
<version>2.0.0.CI-SNAPSHOT</version>
<version>2.0.0.RC2</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>