<?xml version="1.0" encoding="UTF-8"?><project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
	<modelVersion>4.0.0</modelVersion>

	<groupId>ch.powerunit</groupId>

	<artifactId>powerunit-with-dependencies</artifactId>

	<version>0.3.0</version>

	<name>Powerunit - Java Testing framework for JDK 1.8 - All dependencies included</name>

	<description>This is a test framework for the JDK 1.8. - All dependencies included</description>

	<packaging>jar</packaging>

	<issueManagement>
		<system>GitHub</system>
		<url>https://github.com/powerunit/powerunit/issues</url>
	</issueManagement>

	<url>http://www.powerunit.ch/powerunit</url>

	<licenses>
		<license>
			<name>GNU General Public License (GPL)</name>
			<url>http://www.gnu.org/licenses/gpl.txt</url>
		</license>
	</licenses>

	<distributionManagement>
		<snapshotRepository>
			<id>oss-snapshots</id>
			<name>OSS Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>oss-release</id>
			<name>OSS Release</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
		</repository>
	</distributionManagement>

	<developers>
		<developer>
			<id>boretti</id>
			<email>mathieu.boretti@gmail.com</email>
			<name>Mathieu Boretti</name>
			<url>http://visite-suisse.blogspot.ch/</url>
		</developer>
	</developers>

	<ciManagement>
		<system>travis-ci</system>
		<url>https://travis-ci.org/powerunit/powerunit</url>
	</ciManagement>

	<scm>
		<connection>scm:git:git@github.com:powerunit/powerunit.git</connection>
		<url>https://github.com/powerunit/powerunit/</url>
		<developerConnection>scm:git:git@github.com:powerunit/powerunit.git</developerConnection>
	</scm>
</project>