<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.mobicents.servlet.sip.example</groupId>
		<artifactId>jslee-sips-interop-demo-parent</artifactId>
		<version>1.4.0.FINAL</version>
	</parent>
	<artifactId>jslee-sips-interop-demo-sips-parent</artifactId>
	<packaging>pom</packaging>
	<name>SIPS Parent part of the JSLEE-SIPS Demo</name>
	<modules>
		<module>business</module>
		<module>web</module>
		<module>ear</module>
	</modules>
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>			
		</plugins>
	</build>
</project>