This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git
The following commit(s) were added to refs/heads/master by this push:
new 3fe435f AMBARI-26264. Disable releases for apache.snapshots repo
(#138)
3fe435f is described below
commit 3fe435fb4e1546989802ed41e1c0985143bd8526
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Mar 14 23:35:51 2025 +0100
AMBARI-26264. Disable releases for apache.snapshots repo (#138)
---
pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index e600d41..6c59b50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,15 +79,13 @@
</snapshotRepository>
</distributionManagement>
<repositories>
- <repository>
- <id>apache-releases</id>
- <name>releases</name>
- <url>https://repository.apache.org/content/repositories/releases/</url>
- </repository>
<repository>
<id>apache-snapshots</id>
<name>snapshots</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>
<dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]