This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit b0dfa1d53f2de71afa9381f56490b4b952e30b42 Author: Jark Wu <[email protected]> AuthorDate: Sat Oct 25 21:51:22 2025 +0800 [release] Update pom.xml to deploy to repository.apache.org --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 311b788d8..951e59ef0 100644 --- a/pom.xml +++ b/pom.xml @@ -50,17 +50,6 @@ <connection>[email protected]:apache/fluss.git</connection> </scm> - <distributionManagement> - <snapshotRepository> - <id>ossrh</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - </snapshotRepository> - <repository> - <id>ossrh</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> - </repository> - </distributionManagement> - <modules> <module>fluss-common</module> <module>fluss-metrics</module>
