Sponge version bump to 4.2.1

This commit is contained in:
Rsl1122 2018-04-13 23:02:11 +03:00
parent 01431cf4aa
commit 23a3fc441b
2 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@
<include>**/*.html</include> <include>**/*.html</include>
<include>**/*.js</include> <include>**/*.js</include>
<include>**/*.css</include> <include>**/*.css</include>
<include>locale/*.txt</include> <include>locale/*.txt</include>
</includes> </includes>
<excludes> <excludes>
<exclude>licence.yml</exclude> <exclude>licence.yml</exclude>
@ -63,15 +63,15 @@
<exclude>junit:*</exclude> <exclude>junit:*</exclude>
</excludes> </excludes>
</artifactSet> </artifactSet>
<relocations> <relocations>
<relocation> <relocation>
<pattern>org.apache</pattern> <pattern>org.apache</pattern>
<shadedPattern>plan.org.apache</shadedPattern> <shadedPattern>plan.org.apache</shadedPattern>
<excludes> <excludes>
<exclude>org.apache.logging.*</exclude> <exclude>org.apache.logging.*</exclude>
</excludes> </excludes>
</relocation> </relocation>
</relocations> </relocations>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@ -270,7 +270,7 @@
<dependency> <dependency>
<groupId>org.spongepowered</groupId> <groupId>org.spongepowered</groupId>
<artifactId>spongeapi</artifactId> <artifactId>spongeapi</artifactId>
<version>LATEST</version> <version>LATEST</version>
<scope>provided</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -23,7 +23,7 @@ import org.spongepowered.api.plugin.Plugin;
import java.io.File; import java.io.File;
import java.io.InputStream; import java.io.InputStream;
@Plugin(id = "plan", name = "Plan", version = "4.2.0", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"}) @Plugin(id = "plan", name = "Plan", version = "4.2.1", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
public class PlanSponge extends SpongePlugin implements PlanPlugin { public class PlanSponge extends SpongePlugin implements PlanPlugin {
@Inject @Inject
@ -114,7 +114,7 @@ public class PlanSponge extends SpongePlugin implements PlanPlugin {
@Override @Override
public String getVersion() { public String getVersion() {
return "4.2.0"; return "4.2.1";
} }
public SpongeSystem getSystem() { public SpongeSystem getSystem() {