Update pom.xml (1.13)

Use 1.13.2 to build NCPCore to refer to 1.13 blocks and potions (1.13 and 1.13 swimming)
This commit is contained in:
CaptainObvious0 2019-03-01 15:35:10 -06:00 committed by GitHub
parent a975efb1ce
commit fc2eb90e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.9-R0.1-SNAPSHOT</version>
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -27,7 +27,7 @@
</dependency>
</dependencies>
<description>Core components and checks implementations. This contains about everything, just not the component/compat factories and not the plugin itself. NCPCore allows to add more modules/components that use check-specific classes to be added in the factories on NCPPlugin level.
<description>Core components and checks implementations. This contains about everything, just not the component/compat factories and not the plugin itself. NCPCore allows to add more modules/components that use check-specific classes to be added in the factories on NCPPlugin level.
</description>
<build>