Skip to content

Commit

Permalink
Compiling against Spigot now
Browse files Browse the repository at this point in the history
  • Loading branch information
meiskam committed Oct 16, 2014
1 parent 17c5245 commit 25e037a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@
</repositories>

<dependencies>
<!-- Private patched spigot version 20141001a -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.2-R0.3-SNAPSHOT</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
</dependency>
<!-- Private updated ncp -->
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpplugin</artifactId>
Expand Down Expand Up @@ -107,6 +109,7 @@
<configuration>
<archive>
<manifestEntries>
<Built-By>Maven</Built-By>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Version>${project.version}${describe}</Implementation-Version>
<Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
Expand Down

0 comments on commit 25e037a

Please sign in to comment.