[maven-release-plugin] prepare release 2.2.0.M1
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-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"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-simple-cli</artifactId>
|
<artifactId>spring-batch-simple-cli</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Commandline</name>
|
<name>Commandline</name>
|
||||||
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
|
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
|
||||||
@@ -173,7 +172,7 @@
|
|||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore/>
|
<ignore />
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
</pluginExecutions>
|
</pluginExecutions>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
<name>Spring Batch</name>
|
<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
|
<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>
|
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.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>spring-batch-parent</module>
|
<module>spring-batch-parent</module>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<url>http://github.com/SpringSource/spring-batch</url>
|
<url>http://github.com/SpringSource/spring-batch</url>
|
||||||
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
|
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-batch.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-batch.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>2.2.0.M1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>JIRA</system>
|
<system>JIRA</system>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-infrastructure</artifactId>
|
<artifactId>spring-batch-infrastructure</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>hsqldb</groupId>
|
<groupId>hsqldb</groupId>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-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"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<name>Spring Batch Parent</name>
|
<name>Spring Batch Parent</name>
|
||||||
<description>Spring Batch parent project. Defines dependencies and common configuration for the build process.</description>
|
<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>
|
<url>http://static.springframework.org/spring-batch/${project.artifactId}</url>
|
||||||
@@ -13,7 +12,7 @@
|
|||||||
<url>http://github.com/SpringSource/spring-batch</url>
|
<url>http://github.com/SpringSource/spring-batch</url>
|
||||||
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
|
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
|
||||||
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
|
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>2.2.0.M1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.batch</groupId>
|
<groupId>org.springframework.batch</groupId>
|
||||||
<artifactId>spring-batch-parent</artifactId>
|
<artifactId>spring-batch-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.M1</version>
|
||||||
<relativePath>../spring-batch-parent</relativePath>
|
<relativePath>../spring-batch-parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user