Skip to content

Commit

Permalink
Update to 1.15 and WorldGuard restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
SBPrime committed Mar 7, 2020
1 parent 1ed56b3 commit c69efab
Show file tree
Hide file tree
Showing 20 changed files with 119 additions and 1,958 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
/BlocksHub_Accessors/BlocksHub-Accessor-GriefPrevention/build/
/BlocksHub_Accessors/BlocksHub-Accessor-GriefPrevention/target/
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/build/
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/target/
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/target/
/BlocksHub_Accessors/BlocksHub-Accessor-WorldGuard/target/
2 changes: 1 addition & 1 deletion BlocksHub-Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.primesoft.blockshub</groupId>
<artifactId>BlocksHub-API</artifactId>
<version>[3.1.0, 4.0.0)</version>
<version>[3.1.1, 4.0.0)</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions BlocksHub-BaseBukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>[1.13, 1.14)</version>
<version>[1.15, 1.16)</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>org.primesoft.blockshub</groupId>
<artifactId>BlocksHub-API</artifactId>
<version>[3.1.0, 4.0.0)</version>
<version>[3.1.1, 4.0.0)</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.primesoft.blockshub</groupId>
<artifactId>BlocksHub-Base</artifactId>
<version>[3.1.0, 4.0.0)</version>
<version>[3.1.1, 4.0.0)</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit c69efab

Please sign in to comment.