<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>com.butor</groupId>
		<artifactId>butor-maven-parent</artifactId>
		<version>1.0.30</version>
	</parent>

	<artifactId>message-parent</artifactId>
	<version>1.0.28</version>

	<packaging>pom</packaging>

	<name>message parent project</name>
	
	<description>
	This is messaging webapp. it is part of Butor Portal.
	It is part of Butor Framework and released under APL 2.0.
	</description>

	<url>http://www.butor.com</url>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<url>https://bitbucket.org/butor-team/message.git</url>
		<connection>scm:git:https://asawan@bitbucket.org/butor-team/message.git</connection>
		<developerConnection>scm:git:https://asawan@bitbucket.org/butor-team/message.git</developerConnection>
		<tag>v1.0.28</tag>
	</scm>
	
	<modules>
		<module>message-common</module>
		<module>message-dao</module>
		<module>message-model</module>
		<module>message-wa</module>
	</modules>
</project>