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 2019/02/26 20:12:38 UTC

[tinkerpop] branch master updated: Added a note about release candidates to GLV "readmes" CTR

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


The following commit(s) were added to refs/heads/master by this push:
     new 0b614d8  Added a note about release candidates to GLV "readmes" CTR
     new f3cafce  Merge branch 'tp33'
0b614d8 is described below

commit 0b614d87cde847329ab5aad5293439ee980d55f6
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Feb 26 15:11:14 2019 -0500

    Added a note about release candidates to GLV "readmes" CTR
---
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj                   | 4 +++-
 gremlin-javascript/src/main/javascript/gremlin-javascript/README.md | 3 +++
 gremlin-python/src/main/jython/README                               | 5 ++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 6c99ba0..4c5685c 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -37,7 +37,9 @@ Apache TinkerPop™ is a graph computing framework for both graph databases (OLT
 Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including "dot notation" for function chaining (a.b.c), round bracket function arguments (a(b,c)), and support for global namespaces (a(b()) vs a(__.b())). As such, anyone familiar with Gremlin-Java will immediately be able to work with Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
 
 Please see the reference documentation of Apache TinkerPop for more information on usage and use our Google Group gremlin-users if you have any questions:
-https://groups.google.com/forum/#!forum/gremlin-users</Description>
+https://groups.google.com/forum/#!forum/gremlin-users
+
+NOTE that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and thus for early testing purposes only.</Description>
     <AssemblyOriginatorKeyFile>../../build/tinkerpop.snk</AssemblyOriginatorKeyFile>
     <SignAssembly>true</SignAssembly>
     <PackageId>Gremlin.Net</PackageId>
diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/README.md b/gremlin-javascript/src/main/javascript/gremlin-javascript/README.md
index 6c5638d..5397f51 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/README.md
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/README.md
@@ -34,6 +34,9 @@ npm install gremlin
 
 Please see the [reference documentation][docs] at Apache TinkerPop for more information.
 
+NOTE that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and 
+thus for early testing purposes only.
+
 [tk]: http://tinkerpop.apache.org
 [gremlin]: http://tinkerpop.apache.org/gremlin.html
 [docs]: http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript
\ No newline at end of file
diff --git a/gremlin-python/src/main/jython/README b/gremlin-python/src/main/jython/README
index 4abab1b..6112bcf 100644
--- a/gremlin-python/src/main/jython/README
+++ b/gremlin-python/src/main/jython/README
@@ -40,4 +40,7 @@ Gremlin-Python. Moreover, there are a few added constructs to Gremlin-Python tha
     [lop, vadas, josh, marko, marko, josh, peter, ripple, lop, marko, josh, lop]
 
 Please see the `reference documentation <http://tinkerpop.apache.org/docs/current/reference/#gremlin-python>`_
-at Apache TinkerPop for more information on usage.
\ No newline at end of file
+at Apache TinkerPop for more information on usage.
+
+NOTE that versions suffixed with "rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and
+thus for early testing purposes only.
\ No newline at end of file