Beautified MoveLift (removed duplicate code)

This commit is contained in:
stijnb1234 2021-04-10 16:56:47 +02:00
parent 4f5ef2cee5
commit a1e158eb01
5 changed files with 196 additions and 302 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.SBDeveloper</groupId>
@ -148,7 +149,7 @@
</execution>
</executions>
<configuration>
<serverId>nexus</serverId>
<serverId>iobyte-nexus</serverId>
<nexusUrl>https://nexus.iobyte.nl/</nexusUrl>
<skipStaging>true</skipStaging>
</configuration>
@ -241,5 +242,4 @@
<version>1.6.4</version>
</dependency>
</dependencies>
</project>