You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2018/09/19 12:44:54 UTC

[1/2] tinkerpop git commit: TINKERPOP-2032 bump jython-standalone 2.7.1

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 67879780b -> a4945162f


TINKERPOP-2032 bump jython-standalone 2.7.1


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

Branch: refs/heads/tp32
Commit: f77749132b2e535acd917a46fdd72defe5683d92
Parents: c029eef
Author: Robert Dale <ro...@gmail.com>
Authored: Tue Sep 11 08:35:33 2018 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Tue Sep 11 08:38:40 2018 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc     | 1 +
 gremlin-python/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f7774913/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 158cc7a..8909e78 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-2-10]]
 === TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* Bumped jython-standalone 2.7.1
 * SSL security enhancements
 * Added Gremlin version to Gremlin Server startup logging output.
 * Fixed problem with Gremlin Server sometimes returning an additional message after a failure.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f7774913/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 13c3454..ccd85b5 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -34,7 +34,7 @@ limitations under the License.
         <dependency>
             <groupId>org.python</groupId>
             <artifactId>jython-standalone</artifactId>
-            <version>2.7.1b2</version>
+            <version>2.7.1</version>
         </dependency>
         <!-- TESTING -->
         <dependency>


[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-2032' into tp32

Posted by rd...@apache.org.
Merge branch 'TINKERPOP-2032' into tp32


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

Branch: refs/heads/tp32
Commit: a4945162fd969d6c47f69a138d60d266fb88564d
Parents: 6787978 f777491
Author: Robert Dale <ro...@gmail.com>
Authored: Wed Sep 19 08:43:10 2018 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed Sep 19 08:43:10 2018 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc     | 1 +
 gremlin-python/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a4945162/CHANGELOG.asciidoc
----------------------------------------------------------------------