<?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>

	<!-- Parent POM contains all general settings for building and releasing of all JEAF projects. -->
	<parent>
		<groupId>com.anaptecs.jeaf</groupId>
		<artifactId>jeaf-module-project-parent</artifactId>
		<version>1.6.21</version>
	</parent>

	<groupId>com.anaptecs.jeaf.mail</groupId>
	<artifactId>jeaf-mail-impl-project</artifactId>
	<version>1.6.7</version>
	<packaging>pom</packaging>
	<name>JEAF Mail Impl Project</name>
	<description>Project provides implementation of JEAF Mail API.</description>
	<url>https://www.anaptecs.de/jeaf</url>

	<scm>
		<connection>scm:git:https://bitbucket.org/anaptecs/jeaf-mail-impl.git</connection>
		<developerConnection>scm:git:https://bitbucket.org/anaptecs/jeaf-mail-impl.git</developerConnection>
		<url>https://bitbucket.org/anaptecs/jeaf-mail-impl.git</url>
		<tag>jeaf-mail-impl-project-1.6.7</tag>
	</scm>
	
	<properties>
		<jeaf.core.api.version>1.6.9</jeaf.core.api.version>
		<jeaf.mail.api.version>1.6.7</jeaf.mail.api.version>
		<jeaf.components.model.version>1.0.5</jeaf.components.model.version>
	</properties>

	<modules>
		<module>jeaf-mail-impl</module>
	</modules>

</project>