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

This commit is contained in:
Dave Syer
2010-12-30 11:58:27 +00:00
committed by Michael Minella
parent 6c27b97f2e
commit c2912a1882
2 changed files with 3 additions and 5 deletions

View File

@@ -1,15 +1,13 @@
<?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-admin-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<name>Spring Batch Admin Parent</name>
<packaging>pom</packaging>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.batch.admin.version>${pom.version}</spring.batch.admin.version>
<spring.batch.version>2.1.5.RELEASE</spring.batch.version>
<spring.framework.version>3.0.5.RELEASE</spring.framework.version>
<spring.integration.version>2.0.0.RELEASE</spring.integration.version>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<dependencies>