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 c5d5018 Minor instructional change in dev doc to be more efficient CTR
new bbde7fc Merge branch 'tp33'
c5d5018 is described below
commit c5d5018a226498a3759ffcf17c3b01090be88e70
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Mar 15 07:13:21 2019 -0400
Minor instructional change in dev doc to be more efficient CTR
---
docs/src/dev/developer/release.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/dev/developer/release.asciidoc
b/docs/src/dev/developer/release.asciidoc
index 17912c9..1325b31 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -112,7 +112,7 @@ during this period.
. At some point during the week:
.. Run the full integration test suite: `mvn clean install
-DskipIntegrationTests=false -DincludeNeo4j`
.. Build and test the Docker images: `mvn clean install -pl
gremlin-server,gremlin-console -DdockerImages`
-.. Ensure that the Gremlin.Net.Template gets packaged successfully: `mvn clean
install -Dnuget`
+.. Ensure that the Gremlin.Net.Template gets packaged successfully: `mvn clean
install -pl :gremlin-dotnet-source -Dnuget`
.. Deploy a final SNAPSHOT to the Apache snapshot repository for Java.
.. Review LICENSE and NOTICE files to make sure that no <<dependencies,changes
are needed>>.
.. Review javadoc filters on the "Core API" docs to be sure nothing needs to
change.