Skip to content

Commit

Permalink
Update run command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Dec 6, 2023
1 parent 37855bf commit ac792a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dev/developer/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ during this period.
.. Run the full integration test suite: `docker/build.sh -t -i -n`
.. 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 -pl :gremlin-dotnet-source -Dnuget`
.. Ensure that the GLV examples are compiling and running successfully: `bash run_examples.sh`
.. Ensure that the GLV examples are compiling and running successfully: `bin/run-examples.sh`
.. 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.
Expand Down

0 comments on commit ac792a3

Please sign in to comment.