pom.xml info and version 1.0

This commit is contained in:
Steveice10 2012-03-20 20:27:22 -07:00
parent 0d87f2c39d
commit ffc22f2850

31
pom.xml
View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>me.steveice10</groupId> <groupId>me.steveice10</groupId>
<artifactId>opennbt</artifactId> <artifactId>opennbt</artifactId>
<version>dev-SNAPSHOT</version> <version>1.0</version>
<packaging>jar</packaging>
<name>OpenNBT</name> <name>OpenNBT</name>
<description></description> <description>An continuation of Graham Edgecombe's jNBT library.</description>
<properties> <url>http://github.com/Steveice10/OpenNBT/</url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses> <licenses>
<license> <license>
@ -17,13 +17,22 @@
</license> </license>
</licenses> </licenses>
<!-- Repository locations --> <scm>
<repositories> <url>http://github.com/Steveice10/OpenNBT/</url>
</repositories> <connection>scm:git:git://github.com/Steveice10/OpenNBT.git</connection>
</scm>
<!-- Dependencies --> <developers>
<dependencies> <developer>
</dependencies> <id>steveice10</id>
<name>Steveice10</name>
<email>Steveice10@gmail.com</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build> <build>
<defaultGoal>clean install</defaultGoal> <defaultGoal>clean install</defaultGoal>