mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Update pom.
This commit is contained in:
parent
dde0b20775
commit
9bca2b44ab
1 changed files with 4 additions and 14 deletions
18
pom.xml
18
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>net.ess3</groupId>
|
||||
<artifactId>EssentialsParent</artifactId>
|
||||
<version>2.x-SNAPSHOT</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
@ -24,21 +24,11 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
|
||||
<url>https://github.com/essentials/Essentials</url>
|
||||
<connection>scm:git:https://github.com/drtshock/Essentials.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/drtshock/Essentials.git</developerConnection>
|
||||
<url>https://github.com/drtshock/Essentials</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
<url>http://essentials3.atlassian.net</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>TeamCity</system>
|
||||
<url>http://ci.ess3.net/</url>
|
||||
</ciManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ess-repo</id>
|
||||
|
|
Loading…
Reference in a new issue