eliminated unnecessary repetition of <verision> from helloworld sample pom; it now inherits parent pom version just as all other samples do

This commit is contained in:
Chris Beams
2010-06-25 08:54:15 +00:00
parent 39e7b7e6d6
commit 3ac9c0224a

View File

@@ -8,7 +8,6 @@
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>helloworld</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<name>Spring Integration Hello World Sample</name>
<build>
<resources>