Skip to content

Commit 33027ae

Browse files
committed
3.22.0 - 1.21.4 support
Took 11 minutes
1 parent 71d42ee commit 33027ae

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,27 @@
77
<artifactId>skulls</artifactId>
88

99
<name>Skulls</name>
10-
<version>3.21.0</version>
10+
<version>3.22.0</version>
1111
<packaging>jar</packaging>
1212

1313
<properties>
1414
<author>Kiran Hart</author>
1515
<jarName>Skulls-${project.version}</jarName>
1616
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
1717
<java.version>16</java.version>
18-
<flight.version>3.28.0</flight.version>
18+
<flight.version>3.29.0</flight.version>
1919
<flight.path>ca.tweetzy</flight.path>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>
2222

23+
<distributionManagement>
24+
<repository>
25+
<id>repsy</id>
26+
<name>Tweetzy Maven Repo On Repsy</name>
27+
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
28+
</repository>
29+
</distributionManagement>
30+
2331
<repositories>
2432
<repository>
2533
<id>repsy</id>
@@ -59,7 +67,7 @@
5967
<dependency>
6068
<groupId>org.spigotmc</groupId>
6169
<artifactId>spigot</artifactId>
62-
<version>1.20.4-R0.1-SNAPSHOT</version>
70+
<version>1.21.4-R0.1-SNAPSHOT</version>
6371
<scope>provided</scope>
6472
</dependency>
6573
<dependency>
@@ -198,7 +206,7 @@
198206
<goal>copy</goal>
199207
</goals>
200208
<configuration>
201-
<sourceFile>${project.build.directory}/${project.name}.jar</sourceFile>
209+
<sourceFile>${project.build.directory}/${jarName}.jar</sourceFile>
202210
<destinationFile>D:\Development\Spigot Plugins\Ready Jars\${project.name}\${project.name} - v${project.version}.jar</destinationFile>
203211
</configuration>
204212
</execution>

0 commit comments

Comments
 (0)