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

This commit is contained in:
dsyer
2010-11-12 12:03:51 +00:00
parent 4e9cbce714
commit b84f587d3d
10 changed files with 15 additions and 15 deletions

View File

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

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-simple-cli</artifactId>
<version>2.1.5.CI-SNAPSHOT</version>
<version>2.1.5.RELEASE</version>
<packaging>jar</packaging>
<name>Commandline</name>
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
@@ -15,7 +15,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>2.5.6</spring.framework.version>
<spring.batch.version>2.1.5.RELEASE</spring.batch.version>
<spring.batch.version>2.1.4.RELEASE</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
</properties>
<profiles>

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.5.CI-SNAPSHOT</version>
<version>2.1.5.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>
@@ -20,9 +20,9 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>https://fisheye.springframework.org/browse/spring-batch</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.1.5.RELEASE</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.5.RELEASE</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.5.RELEASE</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.5.CI-SNAPSHOT</version>
<version>2.1.5.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.5.CI-SNAPSHOT</version>
<version>2.1.5.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.5.CI-SNAPSHOT</version>
<version>2.1.5.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.5.CI-SNAPSHOT </version>
<version>2.1.5.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.5.CI-SNAPSHOT</version>
<version>2.1.5.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<build>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.5.CI-SNAPSHOT</version>
<version>2.1.5.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>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.5.CI-SNAPSHOT</version>
<version>2.1.5.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.5.CI-SNAPSHOT</version>
<version>2.1.5.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>