Skip to content

Commit

Permalink
Updated pom.xml to the new repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Jun 19, 2019
1 parent e5f900a commit 7dd51c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -199,4 +199,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 7dd51c1

Please sign in to comment.