[maven-release-plugin] prepare for next development iteration

This commit is contained in:
nebhale
2008-08-14 10:31:28 +00:00
parent f9c48feb0b
commit faae7cf9a6
8 changed files with 17 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-archetypes</artifactId>
<version>2.0.0.CI-SNAPSHOT </version>
<packaging>pom</packaging>
<name>Archetypes</name>
<description>
@@ -18,7 +19,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>simple-cli-archetype</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Commandline</name>
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>

View File

@@ -2,6 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-docs</artifactId>
<version>2.0.0.CI-SNAPSHOT </version>
<name>Documentation</name>
<packaging>pom</packaging>
<description>Spring Batch Documentation - reference guide and user manuals.</description>
@@ -9,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -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>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-infrastructure</module>
@@ -25,9 +25,9 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-2.0.0.M1</url>
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-2.0.0.M1</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-2.0.0.M1</developerConnection>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk</url>
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>

View File

@@ -2,6 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-core</artifactId>
<version>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Core</name>
<description>
@@ -12,7 +13,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -1,12 +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>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Infrastructure Tests</name>
<description> Integration tests for the Spring Batch Infrastructure </description>
<parent>
<groupId>org.springframework.batch</groupId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>

View File

@@ -1,6 +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>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Infrastructure</name>
<description>
@@ -10,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>

View File

@@ -1,6 +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>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Samples</name>
<description>
@@ -10,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M1</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>