INTSAMPLES-99 Upgrade samples to SI 2.2.0.RELEASE

For reference see: https://jira.springsource.org/browse/INTSAMPLES-99
This commit is contained in:
Gunnar Hillert
2012-12-04 14:31:00 -05:00
parent 1dac2e5c9b
commit fc705ef422
50 changed files with 90 additions and 90 deletions

View File

@@ -3,16 +3,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>applications</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<name>Spring Integration Samples - Applications</name>
<packaging>pom</packaging>
<modules>
<module>cafe</module>
<module>loan-broker</module>
<module>loanshark</module>
<module>cafe</module>
<module>loan-broker</module>
<module>loanshark</module>
</modules>
</project>