<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2012 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<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/maven-v4_0_0.xsd">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.22</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.deploy.sample</groupId>
	<artifactId>sticky-deployer-sample-main2</artifactId>
	<version>1.1</version>
	<packaging>jar</packaging>

	<name>${project.artifactId}-1</name>

	<inceptionYear>2012</inceptionYear>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-jar-plugin</artifactId>
				<configuration>
					<archive>
						<manifest>
							<mainClass>net.stickycode.deploy.sample.main2.ByeByeWorld</mainClass>
						</manifest>
					</archive>
				</configuration>
			</plugin>
		</plugins>
	</build>

  <scm>
    <connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.deploy.sample/sticky-deployer-sample-main2-1.1</connection>
    <developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.deploy.sample/sticky-deployer-sample-main2-1.1</developerConnection>
    <url>scm:svn:http://source.stickycode.net/tags/net.stickycode.deploy.sample/sticky-deployer-sample-main2-1.1</url>
  </scm>
</project>
