[maven-release-plugin] prepare release spring-batch-1.1.3.RELEASE
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-archetypes</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Archetypes</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>simple-cli-archetype</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Batch Simple Commandline Archetype</name>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-docs</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<name>Documentation</name>
|
||||
<packaging>pom</packaging>
|
||||
<description>Spring Batch Documentation - reference guide and user manuals.</description>
|
||||
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -8,7 +8,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>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-infrastructure</module>
|
||||
@@ -25,9 +25,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/spring-batch-1.1.3.RELEASE</url>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/spring-batch-1.1.3.RELEASE</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/spring-batch-1.1.3.RELEASE</developerConnection>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Core</name>
|
||||
<description>
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<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>spring-batch-infrastructure-tests</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Infrastructure Tests</name>
|
||||
<description> Integration tests for the Spring Batch Infrastructure </description>
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<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>spring-batch-infrastructure</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Infrastructure</name>
|
||||
<description>
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<parent>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-integration</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<name>Enterprise Integration</name>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<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>spring-batch-samples</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version> 1.1.3.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Samples</name>
|
||||
<description>
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.1.3.CI-SNAPSHOT</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user