Skip to content

Commit

Permalink
fix: support for 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Oct 8, 2023
1 parent 30355de commit 55d415e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion modules/SilkSpawners/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners</artifactId>
Expand Down Expand Up @@ -187,6 +188,11 @@
<artifactId>silkspawners-v1_20_R1</artifactId>
<version>7.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_20_R2</artifactId>
<version>7.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/SilkSpawners/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SilkSpawners
author: xGhOsTkiLLeRx
authors: [mushroomhostage]
main: de.dustplanet.silkspawners.SilkSpawners
version: 7.3.0
version: ${project.version}${build.number}
url: https://dev.bukkit.org/projects/silkspawners
description: pick up and move monster spawners using silk touch
api-version: 1.13
Expand Down
2 changes: 1 addition & 1 deletion modules/v1_20_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>7.4.1-SNAPSHOT</version>
<version>7.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down

0 comments on commit 55d415e

Please sign in to comment.