diff options
author | Zach Brown <[email protected]> | 2015-05-23 12:09:55 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2015-05-23 12:09:55 -0500 |
commit | d69690af1406fe65778edc29350af85088cca293 (patch) | |
tree | 6b2a302e9ff2bea0581149f8db7c5ad5c234ebc5 /Spigot-API-Patches/0001-POM-changes.patch | |
parent | e6c909c623f7ccb0cfea2b2d2fbcdc3f559b0af0 (diff) | |
download | Paper-d69690af1406fe65778edc29350af85088cca293.tar.gz Paper-d69690af1406fe65778edc29350af85088cca293.zip |
Update PaperSpigot to 1.8.5
Diffstat (limited to 'Spigot-API-Patches/0001-POM-changes.patch')
-rw-r--r-- | Spigot-API-Patches/0001-POM-changes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index af9200ce13..8cb1824259 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,11 +1,11 @@ -From 28f77537223157f9bd5c5f6849eb763c9db72e86 Mon Sep 17 00:00:00 2001 +From 14be070bc970eb0e38d436ff67c8c88e037f5b27 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Tue, 6 Jan 2015 22:12:31 -0600 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 989f030..c91f2c1 100644 +index 39676c7..cf65e3a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,18 +4,18 @@ @@ -24,7 +24,7 @@ index 989f030..c91f2c1 100644 - <artifactId>spigot-api</artifactId> + <groupId>org.github.paperspigot</groupId> + <artifactId>paperspigot-api</artifactId> - <version>1.8.4-R0.1-SNAPSHOT</version> + <version>1.8.5-R0.1-SNAPSHOT</version> <packaging>jar</packaging> - <name>Spigot-API</name> |