<?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.28</version>
	</parent>

	<groupId>com.anaptecs.jeaf.x-fun</groupId>
	<artifactId>jeaf-x-fun-impl-project</artifactId>
	<version>1.6.21</version>
	<packaging>pom</packaging>
	<name>JEAF X-Fun Impl Project</name>
	<description>Project provides a full implementation of the JEAF X-Fun API. This project is intended to be used as JEAF X-Fun API implementation in enterprise class production environments.</description>
	<url>https://www.anaptecs.de/jeaf</url>

	<scm>
		<connection>scm:git:https://bitbucket.org/anaptecs/jeaf-x-fun-impl.git</connection>
		<developerConnection>scm:git:https://bitbucket.org/anaptecs/jeaf-x-fun-impl.git</developerConnection>
		<url>https://bitbucket.org/anaptecs/jeaf-x-fun-impl</url>
		<tag>jeaf-x-fun-impl-project-1.6.21</tag>
	</scm>

	<properties>
		<jeaf.x-fun.api.version>1.6.15</jeaf.x-fun.api.version>
		<jeaf.tools.api.version>1.6.18</jeaf.tools.api.version>
		<jeaf.tools.impl.version>1.6.22</jeaf.tools.impl.version>
	</properties>

	<modules>
		<module>jeaf-x-fun-impl</module>
		<module>jeaf-x-fun-impl-external-runtime-dependencies</module>
		<module>jeaf-x-fun-default-runtime</module>
		<module>jeaf-x-fun-impl-init-tests</module>
	</modules>

</project>