RESOLVED - BATCH-727: Move all POMs in trunk to 2.0.0.DEV-SNAPSHOT

changed the version to 2.0.0.CI-SNAPSHOT
This commit is contained in:
robokaso
2008-07-15 07:48:13 +00:00
parent 3da7d703b2
commit 877737ab72
10 changed files with 14 additions and 25 deletions

View File

@@ -2,23 +2,12 @@
<parent>
<artifactId>spring-batch</artifactId>
<groupId>org.springframework.batch</groupId>
<version>1.1.0.DEV-SNAPSHOT</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-integration</artifactId>
<name>Enterprise Integration</name>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<activation>
@@ -201,6 +190,6 @@
</dependency>
</dependencies>
<properties>
<spring.integration.version>1.0.0.CI-SNAPSHOT</spring.integration.version>
<spring.integration.version>1.0.0.M5</spring.integration.version>
</properties>
</project>