This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 82df7d3cae823c9e31a6422e1fab7d76f88ce49d 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 ce9f88607..8c7cd8c4a 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>
