Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.garsooon</groupId>
<artifactId>Auctioneer</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<description>A simple chat based auction plugin for items in Beta 1.7.3 Minecraft with lots of settings for total control of its behavior.</description>

<properties>
Expand Down Expand Up @@ -39,10 +39,10 @@
</snapshots>
</repository>

<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<!-- <repository>-->
<!-- <id>spigot-repo</id>-->
<!-- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>-->
<!-- </repository>-->
</repositories>

<build>
Expand Down Expand Up @@ -104,12 +104,12 @@
<version>1.1.8</version>
</dependency>

<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.10-R0.1-20160623.004001-36</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot-api</artifactId>-->
<!-- <version>1.10-R0.1-20160623.004001-36</version>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->

<dependency>
<groupId>me.zavdav</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Auctioneer
version: 1.0.5
version: 1.0.6
main: org.garsooon.AuctionPlugin

softdepend: [Essentials, Fundamentals, ZCore, MultiCurrency, iCo4, iCo5, iCo6, BOSE6, BOSE7]
Expand Down