<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>

	<parent>
		<groupId>nz.ac.auckland.groupapps.parent</groupId>
		<artifactId>parent-s3jar-groupapps-central</artifactId>
		<version>1.3</version>
	</parent>

	<groupId>nz.ac.auckland.lmz</groupId>
	<artifactId>lmz-simple-spring-webhost</artifactId>
	<packaging>jar</packaging>
	<version>1.1</version>

	<description>
		This artefact holds a web.xml that simply loads the web-spring.xml which auto-scans for UOA artifacts. You would
		not use this if you put your spring artifacts in other places and need to scan for more.
	</description>

	<scm>
		<url>https://github.com/uoa-group-applications/lmz-simple-spring-webhost</url>
		<connection>scm:git:https://github.com/uoa-group-applications/lmz-simple-spring-webhost.git</connection>
		<developerConnection>scm:git:git@github.com:uoa-group-applications/lmz-simple-spring-webhost.git</developerConnection>
	  <tag>lmz-simple-spring-webhost-1.1</tag>
  </scm>
</project>
