You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/28 01:24:49 UTC

incubator-tinkerpop git commit: removed a repository needed for Giraph 1.0.0. Now with Giraph 1.1.0, its all in Central Maven. CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 1e5b8db3d -> aaf2e94bc


removed a repository needed for Giraph 1.0.0. Now with Giraph 1.1.0, its all in Central Maven. CTR.


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

Branch: refs/heads/master
Commit: aaf2e94bcf345ffb2b7c3394aaf1b975d124ac3b
Parents: 1e5b8db
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Jan 27 17:24:43 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Jan 27 17:24:43 2016 -0700

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/aaf2e94b/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc
index 9d60b29..097312e 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -51,12 +51,11 @@ the defaults.  TinkerPop recommends the following configuration in that file:
       <ibiblio name="codehaus" root="http://repository.codehaus.org/" m2compatible="true"/>
       <ibiblio name="central" root="http://central.maven.org/maven2/" m2compatible="true"/>
       <ibiblio name="java.net2" root="http://download.java.net/maven/2/" m2compatible="true"/>
-      <ibiblio name="hyracs-releases" root="http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public-releases/" m2compatible="true"/>
     </chain>
   </resolvers>
 </ivysettings>
 
-Note that if the intention is to work with TinkerPop snapshots then the file should also include:
+Note that if the intention is to work with TinkerPop snapshots then the file should also include.
 
 [source,xml]
 <ibiblio name="apache-snapshots" root="http://repository.apache.org/snapshots/" m2compatible="true"/>