Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PaperSpigot/Paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Mar 19, 2016
2 parents 7abf257 + 98c39e8 commit d7d0fdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
</execution>
</executions>
<configuration>
<mcVersion>1.8.8</mcVersion>
<vanillaMinecraft>${project.basedir}/minecraft_server.1.8.8.jar</vanillaMinecraft>
<paperMinecraft>${project.basedir}/paperspigot-1.8.8.jar</paperMinecraft>
<mcVersion>1.9</mcVersion>
<vanillaMinecraft>${project.basedir}/minecraft_server.1.9.jar</vanillaMinecraft>
<paperMinecraft>${project.basedir}/paper-1.9.jar</paperMinecraft>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -126,4 +126,4 @@
<version>1.1.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit d7d0fdd

Please sign in to comment.