mirror of
https://github.com/ViaVersion/ViaNBT.git
synced 2024-11-14 10:15:40 +01:00
Updated maven URLs
This commit is contained in:
parent
643639c051
commit
7f5d8375a2
22
pom.xml
22
pom.xml
@ -6,7 +6,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>OpenNBT</name>
|
||||
<description>An continuation of Graham Edgecombe's jNBT library.</description>
|
||||
<description>A continuation of Graham Edgecombe's jNBT library.</description>
|
||||
<url>http://github.com/Steveice10/OpenNBT/</url>
|
||||
|
||||
<licenses>
|
||||
@ -18,7 +18,7 @@
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:Steveice10/OpenNBT.git</connection>
|
||||
<connection>scm:git:git@github.com:Steveice10/OpenNBT.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:Steveice10/OpenNBT.git</developerConnection>
|
||||
<url>http://github.com/Steveice10/OpenNBT/</url>
|
||||
</scm>
|
||||
@ -31,12 +31,18 @@
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>dropbox</id>
|
||||
<url>file:///home/steven/Dropbox/Public/maven</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Spacebase Artifactory</id>
|
||||
<name>Spacebase Artifactory-releases</name>
|
||||
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Spacebase Artifactory</id>
|
||||
<name>Spacebase Artifactory-snapshots</name>
|
||||
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
Loading…
Reference in New Issue
Block a user