<project> 
	<modelVersion>4.0.0</modelVersion> 
	
	<parent>
		<artifactId>maven-parent</artifactId>
		<groupId>org.gcube.tools</groupId>
		<version>1.0.0</version>
		<relativePath />
	</parent>
	
	<groupId>org.gcube.dvos.soa3</groupId> 
	<artifactId>usermanagement</artifactId> 
	<version>0.1.0-SNAPSHOT</version> 
	<packaging>pom</packaging>
	<modules> 
		<module>user-management-core</module> 
		<module>ldapuser-management</module> 
	</modules> 
</project>