You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2019/12/08 21:56:35 UTC

[calcite-avatica] 01/02: Configure Git tags to be pushed to calcite-avatica repository not calcite

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

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git

commit 6755f4c1a108b80905ecace5da67514c66a03812
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Sat Dec 7 22:38:21 2019 +0300

    Configure Git tags to be pushed to calcite-avatica repository not calcite
---
 build.gradle.kts  | 1 +
 gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 3953296..deb8857 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -110,6 +110,7 @@ releaseArtifacts {
 // Configures URLs to SVN and Nexus
 releaseParams {
     tlp.set("Calcite")
+    gitRepoName.set("calcite-avatica")
     componentName.set("Apache Calcite Avatica")
     releaseTag.set("rel/avatica-$buildVersion")
     rcTag.set(rc.map { "avatica-$buildVersion-rc$it" })
diff --git a/gradle.properties b/gradle.properties
index de2b840..bdf9f32 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -35,7 +35,7 @@ calcite.avatica.version=1.16.0
 com.diffplug.gradle.spotless.version=3.25.0
 com.github.johnrengelman.shadow.version=5.1.0
 com.github.spotbugs.version=2.0.0
-com.github.vlsi.vlsi-release-plugins.version=1.48.0
+com.github.vlsi.vlsi-release-plugins.version=1.50
 com.google.protobuf.version=0.8.10
 de.thetaphi.forbiddenapis.version=2.7
 org.jetbrains.gradle.plugin.idea-ext.version=0.5