Updated pom.xml to the new repository name

This commit is contained in:
Florian CUNY 2019-06-19 09:42:05 +02:00 committed by GitHub
parent e5f900a193
commit 7dd51c141a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -5,20 +5,20 @@
<groupId>world.bentobox</groupId>
<artifactId>limits</artifactId>
<version>0.2.2-SNAPSHOT</version>
<name>addon-limits</name>
<name>Limits</name>
<description>An add-on for BentoBox that limits blocks and entities on islands.</description>
<url>https://github.com/BentoBoxWorld/addon-level</url>
<url>https://github.com/BentoBoxWorld/Limits</url>
<inceptionYear>2018</inceptionYear>
<scm>
<connection>scm:git:https://github.com/BentoBoxWorld/addon-limits.git</connection>
<developerConnection>scm:git:git@github.com:BentoBoxWorld/addon-limits.git</developerConnection>
<url>https://github.com/BentoBoxWorld/addon-limits</url>
<connection>scm:git:https://github.com/BentoBoxWorld/Limits.git</connection>
<developerConnection>scm:git:git@github.com:BentoBoxWorld/Limits.git</developerConnection>
<url>https://github.com/BentoBoxWorld/Limits</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/BentoBoxWorld/addon-limits/issues</url>
<url>https://github.com/BentoBoxWorld/Limits/issues</url>
</issueManagement>
<properties>
@ -199,4 +199,4 @@
</plugins>
</build>
</project>
</project>