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

Apache9 pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 73d263d9a77 HBASE-30274 Nexus-staging-maven-plugin can not work with 
java 17 (#8450)
73d263d9a77 is described below

commit 73d263d9a77625f2617f8c2e030e19d82283991a
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jul 3 09:32:44 2026 +0800

    HBASE-30274 Nexus-staging-maven-plugin can not work with java 17 (#8450)
    
    Signed-off-by: Xiao Liu <[email protected]>
    (cherry picked from commit 42645d35186e514549b065b0104bd5b9fcddb155)
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b5212c717c..d367d8d1535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -666,6 +666,7 @@
     <xml.maven.version>1.0.1</xml.maven.version>
     <spotless.version>2.44.4</spotless.version>
     <maven-site.version>3.21.0</maven-site.version>
+    <nexus-staging.version>1.7.0</nexus-staging.version>
     <!-- compression -->
     <aircompressor.version>2.0.3</aircompressor.version>
     <brotli4j.version>1.11.0</brotli4j.version>
@@ -3344,7 +3345,7 @@
           <plugin>
             <groupId>org.sonatype.plugins</groupId>
             <artifactId>nexus-staging-maven-plugin</artifactId>
-            <version>1.6.8</version>
+            <version>${nexus-staging.version}</version>
             <extensions>true</extensions>
             <configuration>
               <nexusUrl>https://repository.apache.org/</nexusUrl>

Reply via email to