<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.apmasell.flabbergast</groupId>
	<artifactId>flabbergast-runtime</artifactId>
	<version>0.11</version>
	<packaging>jar</packaging>
 
	<name>Flabbergast Configuration Language (Runtime)</name>
	<url>https://github.com/apmasell/flabbergast</url>
	<description>The Runtime for the Flabbergast Configuration Language on the JVM.</description>

	<licenses>
		<license>
			<name>MIT License</name>
			<url>http://www.opensource.org/licenses/mit-license.php</url>
 		</license>
	</licenses>

	<developers>
		<developer>
			<name>Andre Masella</name>
			<email>andre@masella.name</email>
		</developer>
	</developers>

	<distributionManagement>
		<repository>
			<id>nexus-releases</id>
			<name>Nexus Release Repository</name>
			<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
 		</repository>
	</distributionManagement>

	<scm>
		<connection>scm:git:git@github.com:apmasell/flabbergast.git</connection>
		<developerConnection>scm:git:git@github.com:apmasell/flabbergast.git</developerConnection>
		<url>git@github.com:apmasell/flabbergast.git</url>
	</scm>
 
	<dependencies>
		<dependency>
			<groupId>commons-cli</groupId>
			<artifactId>commons-cli</artifactId>
			<version>1.2</version>
			<scope>runtime</scope>
		</dependency>
	</dependencies>
</project>
