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 73207fef93dbfae28cfab8042efac272a9d07c14 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Jul 29 21:14:49 2026 +0000 Align tinkeradoc-extension version with 4.0.0-SNAPSHOT The version restore in 6821a5e0ab bumped every module back to 4.0.0-SNAPSHOT but missed docs/tinkeradoc-extension, which is not part of the root reactor, so the docs build could not resolve the extension artifact. Assisted-by: Claude Code:claude-opus-4-8 --- docs/tinkeradoc-extension/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tinkeradoc-extension/pom.xml b/docs/tinkeradoc-extension/pom.xml index 3d0c61ea98..d095d8b994 100644 --- a/docs/tinkeradoc-extension/pom.xml +++ b/docs/tinkeradoc-extension/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> - <version>4.0.0-beta.3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>tinkeradoc-extension</artifactId>
