Skip to content

Commit 7f3c400

Browse files
committed
Version Bump
1 parent 151b249 commit 7f3c400

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

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

77
<groupId>me.meloncode</groupId>
88
<artifactId>xmas</artifactId>
9-
<version>2.2a</version>
9+
<version>2.3</version>
1010

1111
<repositories>
1212
<repository>
@@ -59,21 +59,21 @@
5959
<dependency>
6060
<groupId>org.spigotmc</groupId>
6161
<artifactId>spigot-api</artifactId>
62-
<version>1.14.4-R0.1-SNAPSHOT</version>
62+
<version>1.15-R0.1-SNAPSHOT</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<!--Bukkit API-->
6666
<dependency>
6767
<groupId>org.bukkit</groupId>
6868
<artifactId>bukkit</artifactId>
69-
<version>1.14.4-R0.1-SNAPSHOT</version>
69+
<version>1.15-R0.1-SNAPSHOT</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!--BungeeCord API-->
7373
<dependency>
7474
<groupId>net.md-5</groupId>
7575
<artifactId>bungeecord-api</artifactId>
76-
<version>1.14-SNAPSHOT</version>
76+
<version>1.15-SNAPSHOT</version>
7777
</dependency>
7878
<!-- Apache Commons 3-->
7979
<dependency>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: X-Mas
22
version: ${project.version}
33
main: ru.meloncode.xmas.Main
44
load: POSTWORLD
5-
api-version: 1.13
5+
api-version: '1.14'
66
softdepend: [Multiverse-Core, PlotMe, PlotSquared, Plotz]
77
commands:
88
xmas:

0 commit comments

Comments
 (0)