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
commit 62e2f73bf8fb1941a643d437c7dfa886bd93995f Author: Stephen Mallette <[email protected]> AuthorDate: Thu Jan 20 09:56:01 2022 -0500 Minor doc fixes CTR --- docs/src/dev/developer/development-environment.asciidoc | 6 +++--- docs/src/dev/developer/release.asciidoc | 5 ++--- docs/src/reference/gremlin-variants.asciidoc | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index b14768c..2346820 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -212,9 +212,9 @@ will be skipped. [source,text] mvn clean install -Pgremlin-dotnet -which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src` -and `test` directories of the `gremlin-dotnet` module which will signify to Maven that the environment is .NET-ready. -The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build +which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src` +and `test` directories of the `gremlin-dotnet` module which will signify to Maven that the environment is .NET-ready. +The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build `gremlin-dotnet` in full. In order to pack the Gremlin.Net.Template project, it is also necessary to install link:http://www.mono-project.com/[Mono]. diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 5745668..fed46ad 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -257,13 +257,12 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server] . `svn co --depth empty https://dist.apache.org/repos/dist/release/tinkerpop release; mkdir release/xx.yy.zz` . Copy release files from `dev/xx.yy.zz` to `release/xx.yy.zz`. . `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"` -. Wait for Apache Sonatype to sync the artifacts to Maven Central at (link:https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]). +. Wait for Apache Sonatype to sync the artifacts to link:https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[Maven Central]. . Report the release through link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org] (an email reminder should arrive shortly following the svn command above to do the release) . Update homepage with references in `/site` to latest distribution and to other internal links elsewhere on the page. .. Typically, this need only be done on the `master` branch as we only publish from there. -.. Update the `template/header-footer.html`. .. Update `index.html`. -.. Update link:https://tinkerpop.apache.org/downloads.html[Downloads] page, when moving "Current Releases" to "Archived +.. Update link:https://tinkerpop.apache.org/download.html[Downloads] page, when moving "Current Releases" to "Archived Releases" recall that the hyperlink must change to point to version in the link:https://archive.apache.org/dist/tinkerpop/[Apache Archives]. .. Preview changes locally with `bin/generate-home.sh` then commit changes to git. . Wait for zip distributions to sync to the Apache mirrors (i.e ensure the download links work from a mirror). diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc index 3712fd2..8010d4b 100644 --- a/docs/src/reference/gremlin-variants.asciidoc +++ b/docs/src/reference/gremlin-variants.asciidoc @@ -918,7 +918,7 @@ re-construction machine-side. To get a full understanding of this section, it would be good to start by reading the <<transactions,Transactions>> section of this documentation, which discusses transactions in the general context of TinkerPop itself. This section -builds on that content by demonstrating the transactional syntax for Javascript. +builds on that content by demonstrating the transactional syntax for Python. [source,python] ----
