Skip to content

Commit 0970ff0

Browse files
committed
Version 3.0.8
1 parent f918e9f commit 0970ff0

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

MelooonCensor.iml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
88
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9-
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
109
<excludeFolder url="file://$MODULE_DIR$/target" />
1110
</content>
1211
<orderEntry type="inheritedJdk" />
1312
<orderEntry type="sourceFolder" forTests="false" />
14-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT" level="project" />
13+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.10-R0.1-SNAPSHOT" level="project" />
1514
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.6" level="project" />
1615
<orderEntry type="library" scope="PROVIDED" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
1716
<orderEntry type="library" scope="PROVIDED" name="Maven: junit:junit:4.10" level="project" />
@@ -21,8 +20,8 @@
2120
<orderEntry type="library" scope="PROVIDED" name="Maven: org.avaje:ebean:2.8.1" level="project" />
2221
<orderEntry type="library" scope="PROVIDED" name="Maven: javax.persistence:persistence-api:1.0" level="project" />
2322
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.15" level="project" />
24-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.8-SNAPSHOT" level="project" />
25-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.bukkit:bukkit:1.8.8-R0.1-SNAPSHOT" level="project" />
23+
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.9-SNAPSHOT" level="project" />
24+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.bukkit:bukkit:1.10-R0.1-SNAPSHOT" level="project" />
2625
<orderEntry type="library" name="Maven: org.mcstats.bukkit:metrics:R8-SNAPSHOT" level="project" />
2726
<orderEntry type="library" name="Maven: com.bugsnag:bugsnag:1.3.0" level="project" />
2827
<orderEntry type="library" name="Maven: org.json:json:20151123" level="project" />

dependency-reduced-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.jacobmarshall.meloooncensor</groupId>
55
<artifactId>meloooncensor</artifactId>
6-
<version>3.0.8-beta.3</version>
6+
<version>3.0.8</version>
77
<build>
88
<plugins>
99
<plugin>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.spigotmc</groupId>
8484
<artifactId>spigot-api</artifactId>
85-
<version>1.8.8-R0.1-SNAPSHOT</version>
85+
<version>1.10-R0.1-SNAPSHOT</version>
8686
<scope>provided</scope>
8787
<exclusions>
8888
<exclusion>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.bukkit</groupId>
120120
<artifactId>bukkit</artifactId>
121-
<version>1.8.8-R0.1-SNAPSHOT</version>
121+
<version>1.10-R0.1-SNAPSHOT</version>
122122
<scope>provided</scope>
123123
<exclusions>
124124
<exclusion>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.jacobmarshall.meloooncensor</groupId>
88
<artifactId>meloooncensor</artifactId>
9-
<version>3.0.8-beta.3</version>
9+
<version>3.0.8</version>
1010

1111
<build>
1212
<plugins>
@@ -91,13 +91,13 @@
9191
<dependency>
9292
<groupId>org.spigotmc</groupId>
9393
<artifactId>spigot-api</artifactId>
94-
<version>1.8.8-R0.1-SNAPSHOT</version>
94+
<version>1.10-R0.1-SNAPSHOT</version>
9595
<scope>provided</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.bukkit</groupId>
9999
<artifactId>bukkit</artifactId>
100-
<version>1.8.8-R0.1-SNAPSHOT</version>
100+
<version>1.10-R0.1-SNAPSHOT</version>
101101
<scope>provided</scope>
102102
</dependency>
103103
<dependency>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MelooonCensor
22
main: io.github.jacobmarshall.meloooncensor.MelooonCensor
3-
version: 3.0.8-beta.3
3+
version: 3.0.8
44
author: Jacob Marshall <[email protected]>
55
commands:
66
censor:

0 commit comments

Comments
 (0)