<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>
	<groupId>com.github.apetrelli</groupId>
	<artifactId>apetrelli-master</artifactId>
	<version>1-alpha3</version>
	<packaging>pom</packaging>
	<name>Antonio Petrelli - Master project</name>
	<licenses>
		<license>
			<name>Apache License 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<description>Master project for items deployed by Antonio Petrelli</description>
	<scm>
		<url>scm:git:https://github.com/apetrelli/apetrelli-master</url>
		<connection>scm:git:git://github.com/apetrelli/apetrelli-master.git</connection>
		<developerConnection>scm:git:https://github.com/apetrelli/apetrelli-master.git</developerConnection>
		<tag>apetrelli-master-1-alpha3</tag>
	</scm>
	<developers>
		<developer>
			<name>Antonio Petrelli</name>
			<email>antonio DOT petrelli AT gmail DOT com</email>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>
	<profiles>
		<profile>
			<id>release</id>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<version>1.4</version>
						<configuration>
							<passphrase>${gpg.passphrase}</passphrase>
							<useAgent>true</useAgent>
						</configuration>
						<executions>
							<execution>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.4</version>
				<configuration>
					<releaseProfiles>release</releaseProfiles>
				</configuration>
			</plugin>
		</plugins>
	</build>
	<distributionManagement>
		<snapshotRepository>
			<id>sonatype-nexus-snapshots</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>sonatype-nexus-releases</id>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
		</repository>
	</distributionManagement>
	<url>https://github.com/apetrelli/apetrelli-master/</url>
</project>
