Skip to content

Commit b3cbcab

Browse files
committed
POMもpush Ver1.3.1に
1 parent 2eaa16e commit b3cbcab

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.azisaba</groupId>
55
<artifactId>EnderChestPlus</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.3.1</version>
77

88
<name>${project.artifactId}</name>
99
<description>EnderChest plugin for Azisaba LeonGunWar</description>
@@ -65,8 +65,8 @@
6565

6666
<repositories>
6767
<repository>
68-
<id>spigot-repo</id>
69-
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
68+
<id>papermc</id>
69+
<url>https://repo.papermc.io/repository/maven-public/</url>
7070
</repository>
7171
<repository>
7272
<id>rayzr-repo</id>
@@ -84,9 +84,9 @@
8484

8585
<dependencies>
8686
<dependency>
87-
<groupId>org.spigotmc</groupId>
88-
<artifactId>spigot-api</artifactId>
89-
<version>1.12.2-R0.1-SNAPSHOT</version>
87+
<groupId>com.destroystokyo.paper</groupId>
88+
<artifactId>paper-api</artifactId>
89+
<version>1.16.5-R0.1-SNAPSHOT</version>
9090
<scope>provided</scope>
9191
</dependency>
9292
<dependency>
@@ -100,6 +100,12 @@
100100
<version>1.18.34</version>
101101
<scope>provided</scope>
102102
</dependency>
103+
<dependency>
104+
<groupId>com.github.MilkBowl</groupId>
105+
<artifactId>VaultAPI</artifactId>
106+
<version>1.7</version>
107+
<scope>provided</scope>
108+
</dependency>
103109
<dependency>
104110
<groupId>com.github.KevinPriv</groupId>
105111
<artifactId>MojangAPI</artifactId>

0 commit comments

Comments
 (0)