<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	
	<artifactId>project-module-1</artifactId>
	<version>1.0</version>
	
	<parent>
		<groupId>org.apache.test</groupId>
		<artifactId>project-parent</artifactId>
		<version>1.0</version>
		<relativePath>../project-parent/pom.xml</relativePath>
	</parent>
	
	<name>Test Project - Module 1</name>
	<url>http://www.mycompany.org/project-module-1</url>
	
	<distributionManagement>
		<site>
			<id>test</id>
			<url>dav:https://mycompany.org/htdocs/project-module-1</url>
		</site>
	</distributionManagement>
</project>
