* Upgraded all Spring Integration dependencies to 2.1.0.RELEASE * All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo) * Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially
18 lines
623 B
XML
18 lines
623 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
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>
|
|
<artifactId>advanced-samples</artifactId>
|
|
<version>2.1.0.RELEASE</version>
|
|
<name>Spring Integration Samples - Advanced</name>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>advanced-testing-examples</module>
|
|
<module>dynamic-ftp</module>
|
|
</modules>
|
|
|
|
</project>
|