mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +01:00
2.92.1
Took 6 seconds
This commit is contained in:
parent
1cb0a8d112
commit
2dc183c857
6
pom.xml
6
pom.xml
@ -8,7 +8,7 @@
|
||||
|
||||
<name>AuctionHouse</name>
|
||||
<description>The ultimate auction solution for your server</description>
|
||||
<version>2.91.1</version>
|
||||
<version>2.92.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<author>Kiran Hart</author>
|
||||
@ -320,10 +320,10 @@
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>C:\Dev\Minecraft\latest\plugins</outputDirectory>
|
||||
<outputDirectory>D:\Development\Spigot Servers\Latest Version\plugins</outputDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>C:\Users\Kiran\Documents\Development\Minecraft\Active\Auction House\target</directory>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<include>${project.name}.jar</include>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
|
Loading…
Reference in New Issue
Block a user