This is an automated email from the ASF dual-hosted git repository. nihaljain pushed a commit to branch jetty12 in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit 8e1921050c6ddcf9f4ddb06aced21ed023191cc6 Author: Nihal Jain <[email protected]> AuthorDate: Sat Apr 5 01:31:08 2025 +0530 Add snapshot repo --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1b38eb6..66575ae 100644 --- a/pom.xml +++ b/pom.xml @@ -571,4 +571,10 @@ </build> </profile> </profiles> + <distributionManagement> + <snapshotRepository> + <id>apache.snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> </project>
