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

This commit is contained in:
Dave Syer
2012-07-27 14:09:10 +01:00
parent 6aa13d12ee
commit d957090dae
10 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<modules>

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>spring-batch-simple-cli</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<packaging>jar</packaging>
<name>Commandline</name>
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>

View File

@@ -6,7 +6,7 @@
<name>Spring Batch</name>
<description>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.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>
@@ -23,7 +23,8 @@
<url>http://github.com/SpringSource/spring-batch</url>
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-batch.git</developerConnection>
</scm>
<tag>2.1.9.RELEASE</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://opensource.atlassian.com/projects/spring/browse/BATCH</url>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<properties>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>hsqldb</groupId>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<build>

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>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<name>Spring Batch Parent</name>
<description>Spring Batch parent project. Defines dependencies and common configuration for the build process.</description>
<url>http://static.springframework.org/spring-batch/${project.artifactId}</url>
@@ -13,7 +12,8 @@
<url>http://github.com/SpringSource/spring-batch</url>
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
</scm>
<tag>2.1.9.RELEASE</tag>
</scm>
<licenses>
<license>
<name>Apache 2.0</name>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.9.BUILD-SNAPSHOT</version>
<version>2.1.9.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>