2015-11-27 13:53:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-01-14 17:32:35 +00:00
|
|
|
<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">
|
2015-11-27 13:53:55 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>kemitix-parent</artifactId>
|
2017-12-24 09:08:55 +00:00
|
|
|
<version>5.0.0-SNAPSHOT</version>
|
2015-11-27 13:53:55 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<description>Common Parent with preconfigured plugins.</description>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<url>https://github.com/kemitix/kemitix-parent/issues</url>
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
2017-05-28 20:32:53 +01:00
|
|
|
<url>https://github.com/kemitix/kemitix-parent</url>
|
2015-11-27 13:53:55 +00:00
|
|
|
<connection>scm:git:git@github.com:kemitix/kemitix-parent.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:kemitix/kemitix-parent.git</developerConnection>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<url>https://github.com/kemitix/kemitix-parent</url>
|
|
|
|
|
|
|
|
<inceptionYear>2015</inceptionYear>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The MIT License (MIT)</name>
|
|
|
|
<url>https://opensource.org/licenses/MIT</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2017-02-27 10:19:08 +00:00
|
|
|
<java.version>1.8</java.version>
|
2015-11-27 13:53:55 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Paul Campbell</name>
|
|
|
|
<email>pcampbell@kemitix.net</email>
|
|
|
|
<organization>Kemitix</organization>
|
|
|
|
<organizationUrl>https://github.com/kemitix/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
2017-12-26 09:30:19 +00:00
|
|
|
<modules>
|
|
|
|
<module>tiles</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
<name>Sonatype Nexus Snapshots</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
<name>Nexus Release Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2015-11-27 13:57:00 +00:00
|
|
|
</project>
|