fix ~~minor~~ typo

This commit is contained in:
Luck 2018-01-13 23:53:44 +00:00
parent 19e6d4e4c8
commit 39daed23c4
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
7 changed files with 11 additions and 11 deletions

View File

@ -51,8 +51,8 @@
<shadedPattern>me.lucko.luckperms.lib.text</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.text</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>me.lucko.jarreloator</pattern> <pattern>me.lucko.jarrelocator</pattern>
<shadedPattern>me.lucko.luckperms.lib.jarreloator</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.jarrelocator</shadedPattern>
</relocation> </relocation>
<!-- relocated dependencies --> <!-- relocated dependencies -->

View File

@ -51,8 +51,8 @@
<shadedPattern>me.lucko.luckperms.lib.text</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.text</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>me.lucko.jarreloator</pattern> <pattern>me.lucko.jarrelocator</pattern>
<shadedPattern>me.lucko.luckperms.lib.jarreloator</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.jarrelocator</shadedPattern>
</relocation> </relocation>
<!-- relocated dependencies --> <!-- relocated dependencies -->

View File

@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>me.lucko</groupId> <groupId>me.lucko</groupId>
<artifactId>jar-relocator</artifactId> <artifactId>jar-relocator</artifactId>
<version>1.1</version> <version>1.2</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -28,7 +28,7 @@ package me.lucko.luckperms.common.dependencies;
import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableList;
import com.google.common.io.ByteStreams; import com.google.common.io.ByteStreams;
import me.lucko.jarreloator.Relocation; import me.lucko.jarrelocator.Relocation;
import me.lucko.luckperms.common.dependencies.relocation.Relocations; import me.lucko.luckperms.common.dependencies.relocation.Relocations;
import java.io.InputStream; import java.io.InputStream;

View File

@ -27,8 +27,8 @@ package me.lucko.luckperms.common.dependencies;
import com.google.common.io.ByteStreams; import com.google.common.io.ByteStreams;
import me.lucko.jarreloator.JarRelocator; import me.lucko.jarrelocator.JarRelocator;
import me.lucko.jarreloator.Relocation; import me.lucko.jarrelocator.Relocation;
import me.lucko.luckperms.common.plugin.LuckPermsPlugin; import me.lucko.luckperms.common.plugin.LuckPermsPlugin;
import me.lucko.luckperms.common.storage.StorageType; import me.lucko.luckperms.common.storage.StorageType;

View File

@ -25,7 +25,7 @@
package me.lucko.luckperms.common.dependencies.relocation; package me.lucko.luckperms.common.dependencies.relocation;
import me.lucko.jarreloator.Relocation; import me.lucko.jarrelocator.Relocation;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;

View File

@ -51,8 +51,8 @@
<shadedPattern>me.lucko.luckperms.lib.text</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.text</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>me.lucko.jarreloator</pattern> <pattern>me.lucko.jarrelocator</pattern>
<shadedPattern>me.lucko.luckperms.lib.jarreloator</shadedPattern> <shadedPattern>me.lucko.luckperms.lib.jarrelocator</shadedPattern>
</relocation> </relocation>
<!-- relocated dependencies --> <!-- relocated dependencies -->