update all pom files to 1.1.0.RELEASE

This commit is contained in:
macsuibhne
2008-07-15 11:02:53 +00:00
parent 94a1dfe53f
commit 69cae006d4
10 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-archetypes</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<packaging>pom</packaging>
<name>Archetypes</name>
<description>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>simple-cli-archetype</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<packaging>jar</packaging>
<name>Spring Batch Simple Commandline Archetype</name>

2
dist/pom.xml vendored
View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -9,7 +9,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.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-infrastructure</module>
@@ -713,4 +713,4 @@
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<description> Integration tests for the Spring Batch Infrastructure </description>
<parent>
<groupId>org.springframework.batch</groupId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<profiles>

View File

@@ -2,7 +2,7 @@
<parent>
<artifactId>spring-batch</artifactId>
<groupId>org.springframework.batch</groupId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -203,4 +203,4 @@
<properties>
<spring.integration.version>1.0.0.CI-SNAPSHOT</spring.integration.version>
</properties>
</project>
</project>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<profiles>