From commits-return-28753-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Fri May 11 16:05:33 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 00D2D180674 for ; Fri, 11 May 2018 16:05:29 +0200 (CEST) Received: (qmail 96589 invoked by uid 500); 11 May 2018 14:05:29 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 96578 invoked by uid 99); 11 May 2018 14:05:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2018 14:05:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BCC5BF3602; Fri, 11 May 2018 14:05:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: florianhockmann@apache.org To: commits@tinkerpop.apache.org Date: Fri, 11 May 2018 14:05:29 -0000 Message-Id: <6f9b9393d4e94607a93534dca8884621@git.apache.org> In-Reply-To: <318222f5bb9045368c9bc4d16fd52d1b@git.apache.org> References: <318222f5bb9045368c9bc4d16fd52d1b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/50] tinkerpop git commit: 3.2.8 release preparations. 3.2.8 release preparations. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5a3dd100 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5a3dd100 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5a3dd100 Branch: refs/heads/TINKERPOP-1836 Commit: 5a3dd1005c8b80f245db6b0775fb9dbd8b1e6cd0 Parents: 2a9e7e2 Author: Ted Wilmes Authored: Mon Apr 2 08:25:48 2018 -0500 Committer: Ted Wilmes Committed: Mon Apr 2 08:25:48 2018 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 51 +++++++++++++++++++- .../upgrade/release-3.2.x-incubating.asciidoc | 2 +- giraph-gremlin/pom.xml | 2 +- gremlin-archetype/gremlin-archetype-dsl/pom.xml | 2 +- .../gremlin-archetype-server/pom.xml | 2 +- .../gremlin-archetype-tinkergraph/pom.xml | 2 +- gremlin-archetype/pom.xml | 2 +- gremlin-benchmark/pom.xml | 2 +- gremlin-console/bin/gremlin.sh | 2 +- gremlin-console/pom.xml | 2 +- gremlin-core/pom.xml | 2 +- gremlin-dotnet/pom.xml | 2 +- gremlin-dotnet/src/pom.xml | 2 +- gremlin-dotnet/test/pom.xml | 2 +- gremlin-driver/pom.xml | 2 +- gremlin-groovy-test/pom.xml | 2 +- gremlin-groovy/pom.xml | 2 +- gremlin-javascript/pom.xml | 2 +- gremlin-python/pom.xml | 2 +- gremlin-server/pom.xml | 2 +- gremlin-shaded/pom.xml | 2 +- gremlin-test/pom.xml | 2 +- hadoop-gremlin/pom.xml | 2 +- neo4j-gremlin/pom.xml | 2 +- pom.xml | 2 +- spark-gremlin/pom.xml | 2 +- tinkergraph-gremlin/pom.xml | 2 +- 27 files changed, 76 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 22073ad..2b48a6f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,7 +21,7 @@ limitations under the License. image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] [[release-3-2-8]] -=== TinkerPop 3.2.8 (Release Date: NOT OFFICIALLY RELEASED YET) +=== TinkerPop 3.2.8 (Release Date: April 2, 2018) * Added a `Lambda` class to Gremlin.Net that makes it possible to use Groovy and Python lambdas with Gremlin.Net. * Enums are now represented as classes in Gremlin.Net which allows to use them as arguments in more steps. @@ -49,6 +49,55 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Fixed a bug in `ComputerAwareStep` that didn't handle `reset()` properly and thus occasionally produced some extra traversers. * Removed `TraversalPredicate` class in Gremlin.Net. It is now included in the `P` class instead. +==== Bugs + +* TINKERPOP-1053 installed plugins are placed in a directory relative to where gremlin.sh is started +* TINKERPOP-1509 Failing test case for tree serialization +* TINKERPOP-1738 Proper functioning of GraphSONReader depends on order of elements in String representation +* TINKERPOP-1758 RemoteStrategy should be before all other DecorationStrategies. +* TINKERPOP-1855 Update Rexster links +* TINKERPOP-1859 Complex instance of P not serializing to bytecode properly +* TINKERPOP-1860 valueMap(True) result in error in gremlin-python +* TINKERPOP-1862 TinkerGraph VertexProgram message passing doesn't work properly when using Direction.BOTH +* TINKERPOP-1867 union() can produce extra traversers +* TINKERPOP-1872 Apply edgeFunction in SparkMessenger +* TINKERPOP-1873 min() and max() work only in the range of Integer values +* TINKERPOP-1874 P does not appear to be serialized consistently in GraphSON +* TINKERPOP-1879 Gremlin Console does not resepect equal sign for flag argument assignments +* TINKERPOP-1880 Gremlin.NET Strong name signature could not be verified. (HRESULT: 0x80131045) +* TINKERPOP-1883 gremlinpython future will never return +* TINKERPOP-1890 getAnonymousTraversalClass() is not being generated for Java DSLs +* TINKERPOP-1891 Serialization of P.not() for gremlin-javascript +* TINKERPOP-1892 GLV test failures for .NET +* TINKERPOP-1894 GraphSONMessageSerializerV2d0 fails to deserialize valid P.not() +* TINKERPOP-1896 gremlin-python lambdas error +* TINKERPOP-1907 Fix failing GLV test for withSack() in .NET +* TINKERPOP-1917 gx:BigDecimal serialization broken in Gremlin.Net on systems with ',' as decimal separator +* TINKERPOP-1918 Scenarios fail because of wrong numerical types +* TINKERPOP-1919 Gherkin runner doesn't work with P.And() and P.Or() in Gremlin.Net +* TINKERPOP-1920 Tests fail because P.Within() arguments are wrapped in an array in Gremlin.Net +* TINKERPOP-1922 Gherkin features fail that contain P.not() in Gremlin.Net + +==== Improvements + +* TINKERPOP-1357 Centrality Recipes should mention pageRank and OLAP. +* TINKERPOP-1489 Provide a Javascript Gremlin Language Variant +* TINKERPOP-1586 SubgraphStrategy in OLAP +* TINKERPOP-1726 Support WebSockets ping/pong keep-alive in Gremlin server +* TINKERPOP-1842 iterate() missing in terminal steps documentation +* TINKERPOP-1850 Range step has undocumented special values +* TINKERPOP-1854 Support lambdas in Gremlin.Net +* TINKERPOP-1857 GLV test suite consistency and completeness +* TINKERPOP-1863 Delaying the setting of requestId till the RequestMessage instantiation time +* TINKERPOP-1868 Support inject source step in Gremlin.Net +* TINKERPOP-1870 n^2 synchronious operation in OLAP WorkerExecutor.execute() method +* TINKERPOP-1877 Add new graph data for specialized testing scenarios +* TINKERPOP-1884 Bump to Netty 4.0.56.Final +* TINKERPOP-1885 Various Gremlin.Net documentation updates +* TINKERPOP-1901 Enable usage of enums in more steps in Gremlin.Net +* TINKERPOP-1908 Bump to Groovy 2.4.14 +* TINKERPOP-1911 Refactor JavaTranslator to cache all reflective calls + [[release-3-2-7]] === TinkerPop 3.2.7 (Release Date: December 17, 2017) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index edc7f79..b57a657 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -23,7 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima == TinkerPop 3.2.8 -*Release Date: NOT OFFICIALLY RELEASED YET* +*Release Date: April 2, 2018* Please see the link:https://github.com/apache/tinkerpop/blob/3.2.8/CHANGELOG.asciidoc#release-3-2-8[changelog] for a complete list of all the modifications that are part of this release. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/giraph-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml index b00f81a..39b7f6c 100644 --- a/giraph-gremlin/pom.xml +++ b/giraph-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 giraph-gremlin Apache TinkerPop :: Giraph Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-archetype/gremlin-archetype-dsl/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-dsl/pom.xml b/gremlin-archetype/gremlin-archetype-dsl/pom.xml index f227d7b..668e530 100644 --- a/gremlin-archetype/gremlin-archetype-dsl/pom.xml +++ b/gremlin-archetype/gremlin-archetype-dsl/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-archetype - 3.2.8-SNAPSHOT + 3.2.8 gremlin-archetype-dsl http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-archetype/gremlin-archetype-server/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-server/pom.xml b/gremlin-archetype/gremlin-archetype-server/pom.xml index 8aa906d..431bbca 100644 --- a/gremlin-archetype/gremlin-archetype-server/pom.xml +++ b/gremlin-archetype/gremlin-archetype-server/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-archetype - 3.2.8-SNAPSHOT + 3.2.8 gremlin-archetype-server http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml b/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml index 73ee529..b4ed365 100644 --- a/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml +++ b/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-archetype - 3.2.8-SNAPSHOT + 3.2.8 gremlin-archetype-tinkergraph http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/pom.xml b/gremlin-archetype/pom.xml index 0d77b9a..840c8cb 100644 --- a/gremlin-archetype/pom.xml +++ b/gremlin-archetype/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-archetype http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-benchmark/pom.xml b/gremlin-benchmark/pom.xml index 271da49..0eb80b3 100644 --- a/gremlin-benchmark/pom.xml +++ b/gremlin-benchmark/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-benchmark http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-console/bin/gremlin.sh ---------------------------------------------------------------------- diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh index 420404c..46c7403 120000 --- a/gremlin-console/bin/gremlin.sh +++ b/gremlin-console/bin/gremlin.sh @@ -1 +1 @@ -../target/apache-tinkerpop-gremlin-console-3.2.8-SNAPSHOT-standalone/bin/gremlin.sh \ No newline at end of file +../target/apache-tinkerpop-gremlin-console-3.2.8-standalone/bin/gremlin.sh \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-console/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml index 7c50ce5..40aac0c 100644 --- a/gremlin-console/pom.xml +++ b/gremlin-console/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-console Apache TinkerPop :: Gremlin Console http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml index 2aaf0e0..d32e904 100644 --- a/gremlin-core/pom.xml +++ b/gremlin-core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-core Apache TinkerPop :: Gremlin Core http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-dotnet/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml index d2e0893..178b627 100644 --- a/gremlin-dotnet/pom.xml +++ b/gremlin-dotnet/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-dotnet Apache TinkerPop :: Gremlin.Net http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-dotnet/src/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml index 0798c04..5a19049 100644 --- a/gremlin-dotnet/src/pom.xml +++ b/gremlin-dotnet/src/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-dotnet - 3.2.8-SNAPSHOT + 3.2.8 gremlin-dotnet-source Apache TinkerPop :: Gremlin.Net - Source http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-dotnet/test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml index a4082df..6c9a3d2 100644 --- a/gremlin-dotnet/test/pom.xml +++ b/gremlin-dotnet/test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-dotnet - 3.2.8-SNAPSHOT + 3.2.8 gremlin-dotnet-tests Apache TinkerPop :: Gremlin.Net - Tests http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-driver/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml index 1791091..7e5d081 100644 --- a/gremlin-driver/pom.xml +++ b/gremlin-driver/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-driver Apache TinkerPop :: Gremlin Driver http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-groovy-test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-groovy-test/pom.xml b/gremlin-groovy-test/pom.xml index eb023d9..3808e57 100644 --- a/gremlin-groovy-test/pom.xml +++ b/gremlin-groovy-test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-groovy-test Apache TinkerPop :: Gremlin Groovy Test http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml index 5ef5456..c94b2c1 100644 --- a/gremlin-groovy/pom.xml +++ b/gremlin-groovy/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-groovy Apache TinkerPop :: Gremlin Groovy http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-javascript/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml index f9f0c8e..c87e090 100644 --- a/gremlin-javascript/pom.xml +++ b/gremlin-javascript/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-javascript Apache TinkerPop :: Gremlin Javascript http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-python/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml index 3bbf82c..c6cc02a 100644 --- a/gremlin-python/pom.xml +++ b/gremlin-python/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-python Apache TinkerPop :: Gremlin Python http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-server/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml index 5a8d725..4babb6a 100644 --- a/gremlin-server/pom.xml +++ b/gremlin-server/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-server Apache TinkerPop :: Gremlin Server http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index aeda3d4..a27e21c 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-shaded Apache TinkerPop :: Gremlin Shaded http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/gremlin-test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-test/pom.xml b/gremlin-test/pom.xml index 051ff1d..552adc0 100644 --- a/gremlin-test/pom.xml +++ b/gremlin-test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 gremlin-test Apache TinkerPop :: Gremlin Test http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/hadoop-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 9df3c9a..0a81e60 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 hadoop-gremlin Apache TinkerPop :: Hadoop Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/neo4j-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml index 5180096..888ab60 100644 --- a/neo4j-gremlin/pom.xml +++ b/neo4j-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 neo4j-gremlin Apache TinkerPop :: Neo4j Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da50996..2c861d7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 pom Apache TinkerPop A Graph Computing Framework http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/spark-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml index 1599a39..6d48d15 100644 --- a/spark-gremlin/pom.xml +++ b/spark-gremlin/pom.xml @@ -24,7 +24,7 @@ org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 spark-gremlin Apache TinkerPop :: Spark Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a3dd100/tinkergraph-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml index d858ae3..a7bd8b7 100644 --- a/tinkergraph-gremlin/pom.xml +++ b/tinkergraph-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.8-SNAPSHOT + 3.2.8 tinkergraph-gremlin Apache TinkerPop :: TinkerGraph Gremlin