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 484b826 Minor instructional update in release docs CTR
new 4f5f732 Merge branch 'tp33'
484b826 is described below
commit 484b8269414a42e62cc46306e63b82682ab16416
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Mar 15 07:08:18 2019 -0400
Minor instructional update in release docs 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 ea8f3a5..17912c9 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -113,7 +113,7 @@ during this period.
.. 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`
-.. Deploy a final SNAPSHOT to the snapshot repository as well as GLV and
Docker image pre-releases.
+.. 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.
.. Review JIRA tickets in the release and ensure that: