<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>ano-site-parents</artifactId>
	<packaging>pom</packaging>
	<name>AnoSite Parents</name>
	<version>2.5.4</version>

	<parent>
		<artifactId>ano-doc-parent</artifactId>
		<groupId>net.anotheria</groupId>
		<version>2.5.4</version>
	</parent>


	<description>AnoSite project parents collections</description>

	<properties>
		<ano-site-version>2.5.4</ano-site-version>
		<moskito-version>2.4.1</moskito-version>
	</properties>

	<modules>
		<module>ano-site-standalone</module>
		<module>ano-site-cms</module>
		<module>ano-site-webapp</module>
	</modules>

	<scm>
		<url>svn:svn://svn.anotheria.net/opensource/ano-site-parents/tags/ano-site-parents-2.5.4</url>
		<connection>scm:svn:svn://svn.anotheria.net/opensource/ano-site-parents/tags/ano-site-parents-2.5.4</connection>
		<developerConnection>scm:svn:svn://svn.anotheria.net/opensource/ano-site-parents/tags/ano-site-parents-2.5.4</developerConnection>
	</scm>
</project>