mirror of
https://github.com/ViaVersion/ViaNBT.git
synced 2024-11-26 12:15:19 +01:00
pom.xml info and version 1.0
This commit is contained in:
parent
0d87f2c39d
commit
ffc22f2850
31
pom.xml
31
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user