Skip to content

Commit

Permalink
Update to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Feb 10, 2019
1 parent 48b65b9 commit 240febb
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-plugin</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>

<repositories>
<repository>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-shared</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</dependency>
<dependency>
<groupId>com.github.SkriptLang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MCJukebox
version: 2.6.1
version: 2.6.2
main: net.mcjukebox.plugin.bukkit.MCJukebox
softdepend: [WorldGuard, Skript]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>

<modules>
<module>region-providers</module>
Expand Down
2 changes: 1 addition & 1 deletion region-providers/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-region-providers-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions region-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-region-providers</artifactId>
<packaging>pom</packaging>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>

<modules>
<module>api</module>
Expand Down
4 changes: 2 additions & 2 deletions region-providers/wg6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-region-providers-wg6</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers-api</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
Expand Down
6 changes: 3 additions & 3 deletions region-providers/wg7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-region-providers-wg7</artifactId>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>MCJukebox-region-providers-api</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<version>7.0.0-beta-02</version>
<version>7.0.0-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public List<Region> getApplicableRegions(Location location) {

WorldGuardPlatform platform = WorldGuard.getInstance().getPlatform();

World world = platform.getWorldByName(location.getWorld().getName());
World world = platform.getMatcher().getWorldByName(location.getWorld().getName());
RegionManager regionManager = platform.getRegionContainer().get(world);
org.bukkit.util.Vector bukkitVector = location.toVector();
BlockVector3 vector = BlockVector3.at(bukkitVector.getX(), bukkitVector.getY(), bukkitVector.getZ());
Expand Down
8 changes: 4 additions & 4 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</parent>

<artifactId>MCJukebox-shared</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>

<repositories>
<repository>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers-wg6</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</dependency>
<dependency>
<groupId>com.oliverdunk</groupId>
<artifactId>MCJukebox-region-providers-wg7</artifactId>
<version>2.6.1-RELEASE</version>
<version>2.6.2-RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 240febb

Please sign in to comment.