TINKERPOP-1633 remove references to jitpack.io repository

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde79102
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cde79102
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cde79102

Branch: refs/heads/TINKERPOP-1599
Commit: cde79102ed969758da861227bd4b0cca4f0830dd
Parents: 0fb51e9
Author: Zach A. Thomas <[email protected]>
Authored: Tue Feb 14 15:06:46 2017 -0500
Committer: Zach A. Thomas <[email protected]>
Committed: Tue Feb 14 15:06:46 2017 -0500

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 1 -
 gremlin-groovy/pom.xml                           | 4 ----
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cde79102/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 1a2398d..da1a3e9 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -50,7 +50,6 @@ the defaults.  TinkerPop recommends the following 
configuration in that file:
       </filesystem>
       <ibiblio name="codehaus" root="http://repository.codehaus.org/"; 
m2compatible="true"/>
       <ibiblio name="central" root="http://central.maven.org/maven2/"; 
m2compatible="true"/>
-      <ibiblio name="jitpack" root="https://jitpack.io"; m2compatible="true"/>
       <ibiblio name="java.net2" root="http://download.java.net/maven/2/"; 
m2compatible="true"/>
     </chain>
   </resolvers>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cde79102/gremlin-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml
index 984e805..767ec2f 100644
--- a/gremlin-groovy/pom.xml
+++ b/gremlin-groovy/pom.xml
@@ -82,10 +82,6 @@ limitations under the License.
             <id>hyracks-releases</id>
             
<url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public-releases/</url>
         </repository>
-        <repository>
-            <id>jitpack.io</id>
-            <url>https://jitpack.io</url>
-        </repository>
     </repositories>
     <build>
         <directory>${basedir}/target</directory>

Reply via email to