2.3.5 | Version Fix
In the update 2.3.4 I made a mistake and so the version 0.0.1 was detected on the server. This update fixes this error.
This commit is contained in:
parent
1c13254972
commit
8f19f7e49b
19
pom.xml
19
pom.xml
@ -5,8 +5,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>de.jatitv</groupId>
|
||||
<artifactId>opsecurity</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<artifactId>OPSecurity</artifactId>
|
||||
<version>2.3.5</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>OPSecurity</name>
|
||||
@ -54,21 +54,16 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigotmc-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype</id>
|
||||
<url>https://oss.sonatype.org/content/groups/public/</url>
|
||||
<id>Builders-Paradise</id>
|
||||
<url>https://repo.t2code.net/repository/Builders-Paradise/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<groupId>net.t2code.minecraft.1_8.r3</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.8r3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -7,7 +7,6 @@ import de.jatitv.opsecurity.util.send;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.Listener;
|
||||
import org.bukkit.event.player.PlayerCommandPreprocessEvent;
|
||||
import org.bukkit.event.player.PlayerCommandSendEvent;
|
||||
import org.bukkit.event.server.ServerCommandEvent;
|
||||
|
||||
public class PlugManCommand implements Listener {
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: OPSecurity
|
||||
version: 2.3.3.1
|
||||
version: ${project.version}
|
||||
api-version: 1.13
|
||||
load: STARTUP
|
||||
main: de.jatitv.opsecurity.system.Main
|
||||
|
Loading…
Reference in New Issue
Block a user