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

asolimando pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d0a3ddff6 HIVE-28708: Publish build scans to develocity.apache.org 
(Clay Johnson, reviewed by Gavin McDonald and Alessandro Solimando)
69d0a3ddff6 is described below

commit 69d0a3ddff695597ad8221bae0ead48f8f38b57f
Author: Clay Johnson <[email protected]>
AuthorDate: Thu Jan 9 06:27:03 2025 -0600

    HIVE-28708: Publish build scans to develocity.apache.org (Clay Johnson, 
reviewed by Gavin McDonald and Alessandro Solimando)
    
    Closes #5611
---
 .github/workflows/build.yml            | 2 +-
 .github/workflows/docker-GA-images.yml | 2 +-
 .mvn/develocity.xml                    | 3 ++-
 .mvn/extensions.xml                    | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 89a89310bb8..54b79ab545e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,7 +25,7 @@ on:
       - 'master'
 
 env:
-  DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
+  DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 
 jobs:
   macos-jdk8:
diff --git a/.github/workflows/docker-GA-images.yml 
b/.github/workflows/docker-GA-images.yml
index 4d2bea91229..a5e97e185b9 100644
--- a/.github/workflows/docker-GA-images.yml
+++ b/.github/workflows/docker-GA-images.yml
@@ -37,7 +37,7 @@ on:
         default: '0.10.2'
 
 env:
-  DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
+  DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 
 jobs:
   buildFromArchive:
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index a8c8eec33de..6cc6721a30c 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -23,8 +23,9 @@
 <develocity
   xmlns="https://www.gradle.com/develocity-maven"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="https://www.gradle.com/develocity-maven 
https://www.gradle.com/schema/develocity-maven.xsd";>
+  <projectId>hive</projectId>
   <server>
-    <url>https://ge.apache.org</url>
+    <url>https://develocity.apache.org</url>
     <allowUntrusted>false</allowUntrusted>
   </server>
   <buildScan>
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 8f5335529d1..bc69bd50abb 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -24,11 +24,11 @@
   <extension>
     <groupId>com.gradle</groupId>
     <artifactId>develocity-maven-extension</artifactId>
-    <version>1.21.4</version>
+    <version>1.22.2</version>
   </extension>
   <extension>
     <groupId>com.gradle</groupId>
     <artifactId>common-custom-user-data-maven-extension</artifactId>
-    <version>2.0</version>
+    <version>2.0.1</version>
   </extension>
 </extensions>

Reply via email to