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

loogn pushed a commit to branch cp_release_v7
in repository https://gitbox.apache.org/repos/asf/geaflow.git

commit 0ad11a5c87bcf419a41284c81512c4756f51d946
Author: loogn zhou <[email protected]>
AuthorDate: Thu Oct 16 16:49:01 2025 +0800

    Update distributionManagement to correct staging repo
---
 pom.xml | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1de4610f9..6a4f20e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,15 +391,6 @@
             <id>maven-release</id>
             <build>
                 <plugins>
-                    <plugin>
-                        <groupId>org.sonatype.central</groupId>
-                        
<artifactId>central-publishing-maven-plugin</artifactId>
-                        <version>0.8.0</version>
-                        <extensions>true</extensions>
-                        <configuration>
-                            <publishingServerId>central</publishingServerId>
-                        </configuration>
-                    </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
@@ -546,9 +537,15 @@
     </repositories>
 
     <distributionManagement>
-        <repository>
-            <id>ossrh</id>
-            
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
-        </repository>
+       <repository>
+           <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+           
<url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
+       </repository>
+       <snapshotRepository>
+           <id>apache.snapshots.https</id>
+           <name>Apache Snapshot Distribution Repository</name>
+           
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+       </snapshotRepository>
     </distributionManagement>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to