This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new a83681020b [CALCITE-7507] NPE in ReleaseExtension.<init> when building
from sources
a83681020b is described below
commit a83681020b682a3253dbe523cf9ce817fe5756c2
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Thu May 7 20:11:50 2026 +0200
[CALCITE-7507] NPE in ReleaseExtension.<init> when building from sources
The problem has been observed during the release of Avatica but affects
Calcite as well so bumping the version to the release 3.0.2 that contains
the fix.
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 5e51d8df35..8c7e62d40a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -46,7 +46,7 @@ org.checkerframework.version=0.5.16
com.github.autostyle.version=3.2
com.github.johnrengelman.shadow.version=5.1.0
com.github.spotbugs.version=2.0.0
-com.github.vlsi.vlsi-release-plugins.version=3.0.1
+com.github.vlsi.vlsi-release-plugins.version=3.0.2
com.google.protobuf.version=0.8.10
de.thetaphi.forbiddenapis.version=3.10
jacoco.version=0.8.14