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:
@@ -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>
|
||||
Reference in New Issue
Block a user