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

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


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

commit 42645d35186e514549b065b0104bd5b9fcddb155
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]>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 551d7817b46..9dd45b80f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -972,6 +972,7 @@
     <spotless.version>2.44.4</spotless.version>
     <maven-site.version>3.21.0</maven-site.version>
     <maven-download-plugin.version>1.2.1</maven-download-plugin.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>
@@ -3522,7 +3523,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