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 2020/11/27 19:34:01 UTC

[tinkerpop] branch master updated: Minor format fixes to upgrade docs 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 b4928e1  Minor format fixes to upgrade docs CTR
b4928e1 is described below

commit b4928e1262174a68c3dc1f3234d4340e266f8d98
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Nov 27 14:33:36 2020 -0500

    Minor format fixes to upgrade docs CTR
---
 docs/src/upgrade/release-3.4.x.asciidoc | 9 ---------
 docs/src/upgrade/release-3.5.x.asciidoc | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index ab095bc..ba5acf1 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -15,15 +15,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ////
 
-== TinkerPop 3.5.0
-
-=== Upgrading for Users
-
-==== Upgrade Neo4j
-
-Refer to Neo4j link:https://neo4j.com/guides/upgrade-archive/[3.4 Upgrade FAQ] for guide on how to upgrade from the previous 3.2.3 version.
-For example, configuration setting `dbms.allow_format_migration` is now `dbms.allow_upgrade`.
-
 = TinkerPop 3.4.0
 
 image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/avant-gremlin.png[width=225]
diff --git a/docs/src/upgrade/release-3.5.x.asciidoc b/docs/src/upgrade/release-3.5.x.asciidoc
index a9fac18..bfe7405 100644
--- a/docs/src/upgrade/release-3.5.x.asciidoc
+++ b/docs/src/upgrade/release-3.5.x.asciidoc
@@ -373,7 +373,7 @@ Gremlin.NET no longer targets .NET Standard 1.3, but only .NET Standard 2.0. Sin
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-2335[TINKERPOP-2335]
 
-=== Gremlin.NET: New JSON Library
+==== Gremlin.NET: New JSON Library
 
 Gremlin.NET now uses `System.Text.Json` instead of Newtonsoft.Json as `System.Text.Json` is already included in .NET
 Core 3.0 and higher which means that we have one dependency less on this platform and because it offers an increased