From 3ac9c0224a12cba32cf89c474fea4229d56aabb0 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 25 Jun 2010 08:54:15 +0000 Subject: [PATCH] eliminated unnecessary repetition of from helloworld sample pom; it now inherits parent pom version just as all other samples do --- spring-integration-samples/helloworld/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-integration-samples/helloworld/pom.xml b/spring-integration-samples/helloworld/pom.xml index 17d3bc6715..8ee01e01a1 100644 --- a/spring-integration-samples/helloworld/pom.xml +++ b/spring-integration-samples/helloworld/pom.xml @@ -8,7 +8,6 @@ 2.0.0.BUILD-SNAPSHOT helloworld - 2.0.0.BUILD-SNAPSHOT Spring Integration Hello World Sample