This is an automated email from the ASF dual-hosted git repository.
loogn pushed a commit to branch release-0.7.0-rc1
in repository https://gitbox.apache.org/repos/asf/geaflow.git
The following commit(s) were added to refs/heads/release-0.7.0-rc1 by this push:
new 8c1c52b3 Update distributionManagement to correct staging repo
8c1c52b3 is described below
commit 8c1c52b307dec5d3f82481e3000c72e698b97fc7
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 1de4610f..6a4f20e8 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]