blob: 2b91d7aa9bb62571e9413391893f445617cded8c [file] [log] [blame]
<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>
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
<version>3.0.1-incubating</version>
</parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
<name>ServiceMix :: Samples</name>
<packaging>pom</packaging>
<modules>
<module>wsdl-first</module>
<module>loan-broker</module>
<module>bridge</module>
<module>servicemix-web</module>
<module>basic</module>
</modules>
</project>