From 2b22e1f96ff9e8262bfabd6ff03243a3bea6c5d3 Mon Sep 17 00:00:00 2001 From: Sandeep Belgavi Date: Fri, 31 Jul 2026 00:37:36 +0530 Subject: [PATCH] fix: enable auto version update for sarvam-ai parent version - Replace unresolved ${revision} with explicit version + x-version-update marker - The {x-version-update:google-adk:current} comment ensures release-please auto-bumps the sarvam-ai parent version during releases - Module intentionally kept out of reactor so main ADK build is unaffected --- contrib/sarvam-ai/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sarvam-ai/pom.xml b/contrib/sarvam-ai/pom.xml index 310946ad9..5da7fd312 100644 --- a/contrib/sarvam-ai/pom.xml +++ b/contrib/sarvam-ai/pom.xml @@ -20,7 +20,7 @@ com.google.adk google-adk-parent - ${revision} + 1.7.1-SNAPSHOT ../../pom.xml