<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>
    <groupId>com.foursoft.jaxb2</groupId>
    <artifactId>jaxb-parent</artifactId>
    <version>0.0.10</version>
	<packaging>pom</packaging>
    <name>jaxb-parent-pom</name>
    <description>Parent POM of all 4Soft JAXB / XML Modules</description>
    <url>https://github.com/4Soft-de/jaxb-parent-pom</url>
	
	<distributionManagement>
		<relocation>
			<groupId>com.foursoft.jaxb</groupId>
		</relocation>
	</distributionManagement>
	
	<inceptionYear>2020</inceptionYear>

    <organization>
        <name>4Soft GmbH</name>
        <url>https://www.4soft.de</url>
    </organization>

    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:https://github.com/4Soft-de/jaxb-parent-pom.git</connection>
        <developerConnection>scm:git:https://github.com/4Soft-de/jaxb-parent-pom.git</developerConnection>
        <url>https://github.com/4Soft-de/jaxb-parent-pom/tree/main</url>
    </scm>

    <developers>
        <developer>
            <name>Rainer Ganß</name>
            <email>ganss@4soft.de</email>
            <organization>4Soft GmbH</organization>
            <organizationUrl>https://www.4soft.de</organizationUrl>
        </developer>
        <developer>
            <name>Johannes Becker</name>
            <email>becker@4soft.de</email>
            <organization>4Soft GmbH</organization>
            <organizationUrl>https://www.4soft.de</organizationUrl>
        </developer>
    </developers>
</project>
