<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.servers.media.examples</groupId>
		<artifactId>mgcp-demo-parent</artifactId>
		<version>1.0.0.CR1</version>	
	</parent>

	<artifactId>mgcp-demo-slee</artifactId>

  <packaging>pom</packaging>
  <name>Mobicents Media Server Examples :: ${pom.artifactId}</name>

	<modules>
		<module>call-sbb</module>
		<module>crcx-sbb</module>
		<module>crcx-endpoint-sbb</module>
		<module>mdcx-sbb</module>
		<module>rqnt-sbb</module>
        	<module>services-du</module>		
	</modules>
</project>