Update name in pom from WelcomeWarpSigns to Warps (#64)

This commit is contained in:
Florian CUNY 2019-12-09 00:19:28 +01:00 committed by tastybento
parent 46333baa52
commit d8b56f5448
1 changed files with 9 additions and 9 deletions

18
pom.xml
View File

@ -8,9 +8,9 @@
<artifactId>warps</artifactId> <artifactId>warps</artifactId>
<version>${revision}</version> <version>${revision}</version>
<name>WelcomeWarpSigns</name> <name>Warps</name>
<description>WelcomeWarpSigns is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland.</description> <description>Warps is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland.</description>
<url>https://github.com/BentoBoxWorld/addon-welcomewarpsigns</url> <url>https://github.com/BentoBoxWorld/Warps</url>
<inceptionYear>2018</inceptionYear> <inceptionYear>2018</inceptionYear>
<developers> <developers>
@ -25,19 +25,19 @@
</developers> </developers>
<scm> <scm>
<connection>scm:git:https://github.com/BentoBoxWorld/addon-welcomewarpsigns.git</connection> <connection>scm:git:https://github.com/BentoBoxWorld/Warps.git</connection>
<developerConnection>scm:git:git@github.com:BentoBoxWorld/addon-welcomewarpsigns.git</developerConnection> <developerConnection>scm:git:git@github.com:BentoBoxWorld/Warps.git</developerConnection>
<url>https://github.com/BentoBoxWorld/addon-welcomewarpsigns</url> <url>https://github.com/BentoBoxWorld/Warps</url>
</scm> </scm>
<ciManagement> <ciManagement>
<system>jenkins</system> <system>jenkins</system>
<url>http://ci.codemc.org/job/BentoBoxWorld/job/addon-welcomewarpsigns</url> <url>http://ci.codemc.org/job/BentoBoxWorld/job/Warps</url>
</ciManagement> </ciManagement>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/BentoBoxWorld/addon-welcomewarpsigns/issues</url> <url>https://github.com/BentoBoxWorld/Warps/issues</url>
</issueManagement> </issueManagement>
<distributionManagement> <distributionManagement>
@ -331,4 +331,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>