| POM: |
Show
hide
<?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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>co.paralleluniverse</groupId>
<artifactId>capsule</artifactId>
<version>0.3.0</version>
<name>capsule</name>
<description>Simple Java deployment</description>
<url>http://puniverse.github.com/java-launcher</url>
<licenses>
<license>
<name>The GNU Lesser General Public License, version 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pron</id>
<name>Ron Pressler</name>
</developer>
</developers>
<scm>
<connection>https://github.com/puniverse/ava-launcher.git</connection>
<developerConnection>https://github.com/puniverse/ava-launcher.git</developerConnection>
<url>https://github.com/puniverse/ava-launcher</url>
</scm>
</project>
|