Remaining poms updated to 2.0.2.BUILD-SNAPSHOT

These manual updates are no longer required as of recent changes
to buildSrc and its generatePom tasks.  Now, when the project
version is changed in gradle.properties, generatePom will notice
and fire.  Previously, generatePom did not consider gradle.properties
as input for incremental build purposes; now it does.
This commit is contained in:
Chris Beams
2010-12-22 14:20:42 -08:00
parent 597bc31e4f
commit abec48dce3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Integration</name>
<modules>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<name>Spring Integration Core</name>
<licenses>
<license>