Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-2032 [created] f70d108e0
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/f70d108e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f70d108e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f70d108e Branch: refs/heads/TINKERPOP-2032 Commit: f70d108e0e9cace79565c658e6bac5c7e9f045ba Parents: c029eef Author: Robert Dale <[email protected]> Authored: Tue Sep 11 08:35:33 2018 -0400 Committer: Robert Dale <[email protected]> Committed: Tue Sep 11 08:35:33 2018 -0400 ---------------------------------------------------------------------- gremlin-python/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f70d108e/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>
