<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>
	<artifactId>services-common-package</artifactId>
	<groupId>dk.nsi.services-common</groupId>
    <version>1.1.3</version>
	<packaging>pom</packaging>
	<name>Services Common Package</name>
	<url>http://nsi.dk</url>

    <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

	<modules>
        <module>remote-resources</module>
		<module>common</module>
	</modules>

</project>
