Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add support for 1.18
  • Loading branch information
IlluzionzDev committed Dec 13, 2021
1 parent 84b8482 commit fb600fc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 1_12_R1/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>CustomFishing</artifactId>
<groupId>com.illuzionzstudios</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,6 @@
import com.sk89q.worldguard.protection.managers.RegionManager;
import com.sk89q.worldguard.protection.regions.ProtectedRegion;
import org.bukkit.Location;
import org.bukkit.entity.Player;

/**
* WorldGuard for 1.8-1.12
Expand Down
2 changes: 1 addition & 1 deletion 1_13_R1/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>CustomFishing</artifactId>
<groupId>com.illuzionzstudios</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -7,7 +7,6 @@
import com.sk89q.worldguard.protection.regions.ProtectedRegion;
import com.sk89q.worldguard.protection.regions.RegionContainer;
import org.bukkit.Location;
import org.bukkit.entity.Player;

/**
* WorldGuard for 1.12+
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>CustomFishing</artifactId>
<groupId>com.illuzionzstudios</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>CustomFishing</artifactId>
<groupId>com.illuzionzstudios</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.illuzionzstudios</groupId>
<artifactId>CustomFishing</artifactId>
<packaging>pom</packaging>
<version>4.2.3</version>
<version>4.2.4</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -47,9 +47,9 @@

<dependencies>
<dependency>
<groupId>com.github.IlluzionzDev</groupId>
<groupId>com.illuzionzstudios</groupId>
<artifactId>Mist</artifactId>
<version>daf07ad887</version>
<version>1.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit fb600fc

Please sign in to comment.