You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/10/08 12:40:07 UTC

[tinkerpop] branch master updated (d940a09 -> 2cc19cb)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from d940a09  Merge pull request #945 from apache/TINKERPOP-2053
     new 50c1a96  Updated git urls now that we use GitBox and GitHub directly CTR
     new dfaf951  Merge branch 'tp32' into tp33
     new 2cc19cb  Merge branch 'tp33'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/dev/developer/release.asciidoc | 4 ++--
 pom.xml                                 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp33'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2cc19cb1b03ca7443cdf8930b5a838e66793acdb
Merge: d940a09 dfaf951
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 8 08:38:49 2018 -0400

    Merge branch 'tp33'

 docs/src/dev/developer/release.asciidoc | 4 ++--
 pom.xml                                 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)



[tinkerpop] 02/03: Merge branch 'tp32' into tp33

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit dfaf9519a52e3de3f2dcd29856abaf5241ed07fd
Merge: 02e0b8b 50c1a96
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 8 08:38:38 2018 -0400

    Merge branch 'tp32' into tp33

 docs/src/dev/developer/release.asciidoc | 4 ++--
 pom.xml                                 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --cc pom.xml
index 7585b9d,7899aad..aec3925
--- a/pom.xml
+++ b/pom.xml
@@@ -129,12 -131,11 +129,12 @@@ limitations under the License
          <module>gremlin-console</module>
          <module>gremlin-server</module>
          <module>gremlin-archetype</module>
 +        <module>gremlin-tools</module>
      </modules>
      <scm>
-         <connection>scm:git:git@git-wip-us.apache.org:repos/asf/tinkerpop.git</connection>
-         <developerConnection>scm:git:git@git-wip-us.apache.org:repos/asf/tinkerpop.git</developerConnection>
-         <url>https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git</url>
+         <connection>scm:git:git@github.com:apache/tinkerpop.git</connection>
+         <developerConnection>scm:git:git@github.com:apache/tinkerpop.git</developerConnection>
+         <url>https://github.com/apache/tinkerpop</url>
      </scm>
      <properties>
          <commons.configuration.version>1.10</commons.configuration.version>


[tinkerpop] 01/03: Updated git urls now that we use GitBox and GitHub directly CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 50c1a96488225fe9c39f72434b494fe8cb2916b9
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 8 08:37:41 2018 -0400

    Updated git urls now that we use GitBox and GitHub directly CTR
---
 docs/src/dev/developer/release.asciidoc | 4 ++--
 pom.xml                                 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index f48e20c..46a3692 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -311,10 +311,10 @@ The online docs can be found here:
 	http://tinkerpop.apache.org/javadocs/xx.yy.zz/full/ (full javadoc)
 
 The tag in Apache Git can be found here:
-	https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git;XXXXXXXXXXXXXXXXXX
+	https://github.com/apache/tinkerpop/tree/x.y.z
 
 The release notes are available here:
-	https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc#XXXXXXXXXXXXXXXXXX
+	https://github.com/apache/tinkerpop/blob/x.y.z/CHANGELOG.asciidoc
 
 The [VOTE] will be open for the next 72 hours --- closing <DayOfTheWeek> (<Month> <Day> <Year>) at <Time> <TimeZone>.
 
diff --git a/pom.xml b/pom.xml
index 6b254a2..7899aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,9 +133,9 @@ limitations under the License.
         <module>gremlin-archetype</module>
     </modules>
     <scm>
-        <connection>scm:git:git@git-wip-us.apache.org:repos/asf/tinkerpop.git</connection>
-        <developerConnection>scm:git:git@git-wip-us.apache.org:repos/asf/tinkerpop.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git</url>
+        <connection>scm:git:git@github.com:apache/tinkerpop.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/tinkerpop.git</developerConnection>
+        <url>https://github.com/apache/tinkerpop</url>
     </scm>
     <properties>
         <commons.configuration.version>1.10</commons.configuration.version>