From abec48dce37eeee9f42798feb86b190a59a175b8 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 22 Dec 2010 14:20:42 -0800 Subject: [PATCH] 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. --- pom.xml | 2 +- spring-integration-core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 958557ab5f..0c358e5f30 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration - 2.0.1.RELEASE + 2.0.2.BUILD-SNAPSHOT pom Spring Integration diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index 67f1817828..68a06a8f1e 100644 --- a/spring-integration-core/pom.xml +++ b/spring-integration-core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-core - 2.0.1.RELEASE + 2.0.2.BUILD-SNAPSHOT Spring Integration Core