File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 7
7
<artifactId >skulls</artifactId >
8
8
9
9
<name >Skulls</name >
10
- <version >3.21 .0</version >
10
+ <version >3.22 .0</version >
11
11
<packaging >jar</packaging >
12
12
13
13
<properties >
14
14
<author >Kiran Hart</author >
15
15
<jarName >Skulls-${project.version}</jarName >
16
16
<main .class>${project.groupId} .${project.artifactId} .${project.name} </main .class>
17
17
<java .version>16</java .version>
18
- <flight .version>3.28 .0</flight .version>
18
+ <flight .version>3.29 .0</flight .version>
19
19
<flight .path>ca.tweetzy</flight .path>
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
</properties >
22
22
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
+
23
31
<repositories >
24
32
<repository >
25
33
<id >repsy</id >
59
67
<dependency >
60
68
<groupId >org.spigotmc</groupId >
61
69
<artifactId >spigot</artifactId >
62
- <version >1.20 .4-R0.1-SNAPSHOT</version >
70
+ <version >1.21 .4-R0.1-SNAPSHOT</version >
63
71
<scope >provided</scope >
64
72
</dependency >
65
73
<dependency >
198
206
<goal >copy</goal >
199
207
</goals >
200
208
<configuration >
201
- <sourceFile >${project.build.directory} /${project.name } .jar</sourceFile >
209
+ <sourceFile >${project.build.directory} /${jarName } .jar</sourceFile >
202
210
<destinationFile >D:\Development\Spigot Plugins\Ready Jars\${project.name} \${project.name} - v${project.version} .jar</destinationFile >
203
211
</configuration >
204
212
</execution >
You can’t perform that action at this time.
0 commit comments