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

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


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

commit 81bb9507dc418a79da2b6006cb6ab515dc1d80af
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 d9ebe45f9ce..fa7293b730e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -905,6 +905,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>
@@ -3478,7 +3479,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