This is an automated email from the ASF dual-hosted git repository.

Cole-Greer pushed a commit to branch reproducible-build
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 5c2eca7a13df8d346c7df5a843fbf50063675618
Author: Cole Greer <[email protected]>
AuthorDate: Wed Jul 22 15:27:00 2026 -0700

    cleanup
---
 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 9281255940..b88dcd0cca 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -211,7 +211,7 @@ current release was under development as this new release 
will have those change
 .. Update the release date.
 .. Update the link to `CHANGELOG.asciidoc` - this link may already be correct 
but will not exist until the repository is tagged.
 . `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to 
update project files to reference the non-SNAPSHOT version
-.. Update `<project.build.outputTimestamp>` in the root `pom.xml` to the 
release date in ISO-8601 form (for example `2024-05-20T00:00:00Z`). This keeps 
the published artifacts reproducible with a meaningful timestamp; because the 
value is committed into the source (and therefore into the source-release zip), 
it must be bumped together with the version.
+.. Update `<project.build.outputTimestamp>` in the root `pom.xml` to the 
release date in ISO-8601 form (for example `2024-05-20T00:00:00Z`)
 .. Manually update the `__version__` for `gremlin-python` in 
`gremlin-python/src/main/python/gremlin_python/__init__.py`
 . `mvn clean install -DskipTests` to update GLV versions
 .. Review `Gremlin.Net.csproj`, `Gremlin.Net.Template.csproj` and 
`Gremlin.Net.Template.nuspec` in `gremlin-dotnet`

Reply via email to