<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>

	<repositories>
		<repository>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<id>bintray-vatbub-fokprojectsReleases</id>
			<name>bintray</name>
			<url>http://dl.bintray.com/vatbub/fokprojectsReleases</url>
		</repository>
		<repository>
			<snapshots />
			<id>snapshots</id>
			<name>libs-snapshot</name>
			<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
		</repository>
	</repositories>

	<parent>
		<groupId>com.github.vatbub</groupId>
		<artifactId>parentPom</artifactId>
		<version>0.0.18</version>
	</parent>

	<artifactId>mslinks</artifactId>
	<version>0.0.2</version>
	<name>FOKProjects MSLinks</name>
	<description>Java library for parsing and creating Windows shortcut files</description>
	<inceptionYear>2016</inceptionYear>
	<url>https://github.com/vatbub/mslinks</url>

	<developers>
		<developer>
			<id>fkammel</id>
			<name>Frederik Kammel</name>
			<email>vatbub123@googlemail.com</email>
			<url>https://fokprojects.mo-mar.de/</url>
			<roles>
				<role>architect</role>
				<role>developer</role>
			</roles>
			<timezone>Europe/Berlin</timezone>
		</developer>
		<developer>
			<id>blackoverlord666</id>
			<name>BlackOverlord666</name>
			<email>vatbub123+empty@googlemail.com</email>
			<url>https://github.com/BlackOverlord666</url>
		</developer>
	</developers>

	<scm>
		<connection>scm:git:git@github.com:vatbub/mslinks.git</connection>
		<url>https://github.com/vatbub/mslinks</url>
		<developerConnection>scm:git:git@github.com:vatbub/mslinks.git</developerConnection>
		<tag>mslinks-0.0.2</tag>
	</scm>

	<issueManagement>
		<system>GitHub</system>
		<url>https://github.com/vatbub/mslinks/issues</url>
	</issueManagement>

	<ciManagement>
		<system>Travis CI</system>
		<url>https://travis-ci.org/vatbub/mslinks</url>
	</ciManagement>

	<properties>
		<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
		<gitRepoName>mslinks</gitRepoName>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
</project>
