mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-16 10:11:19 +01:00
Fix spigot build profile by using same version as paper dependency
This commit is contained in:
parent
9842f47f37
commit
e99ae1eb1e
5
pom.xml
5
pom.xml
@ -444,6 +444,7 @@
|
||||
<build.number>${buildNumber}</build.number>
|
||||
<user.name>${buildType}</user.name>
|
||||
<bukkit.plugin.version>${project.version} ${buildDescription}</bukkit.plugin.version>
|
||||
<bukkit.dependency.version>1.19-R0.1-SNAPSHOT</bukkit.dependency.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
@ -464,7 +465,7 @@
|
||||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.19-R0.1-SNAPSHOT</version>
|
||||
<version>${bukkit.dependency.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@ -488,7 +489,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.13.2-R0.1-SNAPSHOT</version>
|
||||
<version>${bukkit.dependency.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user