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

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


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

commit 67883e70867ff57ebd3c3c7e0a0e24a7b586a0b0
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 6d3680399c4..4568299f905 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