Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
Former-commit-id: 3f7095e
  • Loading branch information
xxneox committed Dec 31, 2020
1 parent d69f276 commit b53852f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.xneox</groupId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.xneox</groupId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.xneox</groupId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>me.xneox</groupId>
<artifactId>EpicGuard</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.xneox</groupId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import java.util.Optional;
import java.util.concurrent.TimeUnit;

@Plugin(id = "epicguard", name = "EpicGuard", version = "5.2.1")
@Plugin(id = "epicguard", name = "EpicGuard", version = "5.2.2")
public class PlatformVelocity implements PlatformPlugin {
private final ProxyServer server;
private final GuardLogger logger;
Expand Down

0 comments on commit b53852f

Please sign in to comment.