Skip to content

Commit

Permalink
Upgrade VersionCompare
Browse files Browse the repository at this point in the history
  • Loading branch information
A5H73Y committed May 24, 2021
1 parent 904a207 commit fe2890b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<id>vault-repo</id>
<url>https://jitpack.io/</url>
</repository>
<!-- VersionCompare Repo -->
<repository>
<id>g00fy2-repo</id>
<url>https://dl.bintray.com/g00fy2/maven/</url>
</repository>
<!-- Placeholder API Repo -->
<repository>
<id>placeholderapi-repo</id>
Expand Down Expand Up @@ -153,9 +148,9 @@
</dependency>
<!-- Version Compare -->
<dependency>
<groupId>com.g00fy2</groupId>
<groupId>io.github.g00fy2</groupId>
<artifactId>versioncompare</artifactId>
<version>1.3.7</version>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/a5h73y/parkour/Parkour.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.a5h73y.parkour;

import com.g00fy2.versioncompare.Version;
import com.google.gson.GsonBuilder;
import io.github.a5h73y.parkour.commands.ParkourAutoTabCompleter;
import io.github.a5h73y.parkour.commands.ParkourCommands;
Expand Down Expand Up @@ -44,6 +43,7 @@
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.stream.Collectors;
import io.github.g00fy2.versioncompare.Version;
import org.bstats.bukkit.Metrics;
import org.bstats.charts.SimplePie;
import org.bstats.charts.SingleLineChart;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.a5h73y.parkour.other;

import com.g00fy2.versioncompare.Version;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
Expand All @@ -14,6 +13,7 @@
import java.nio.charset.StandardCharsets;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
import io.github.g00fy2.versioncompare.Version;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.a5h73y.parkour.upgrade;

import com.g00fy2.versioncompare.Version;
import io.github.a5h73y.parkour.Parkour;
import io.github.a5h73y.parkour.other.AbstractPluginReceiver;
import io.github.a5h73y.parkour.other.Backup;
Expand All @@ -14,6 +13,7 @@
import java.io.IOException;
import java.util.function.BooleanSupplier;
import java.util.logging.Logger;
import io.github.g00fy2.versioncompare.Version;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;

Expand Down

0 comments on commit fe2890b

Please sign in to comment.