Skip to content

Commit efb83ec

Browse files
authored
HADOOP-19360. Disable releases for apache.snapshots repo (#7218)
1 parent aa5fe6f commit efb83ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
5656
<id>${distMgmtSnapshotsId}</id>
5757
<name>${distMgmtSnapshotsName}</name>
5858
<url>${distMgmtSnapshotsUrl}</url>
59+
<releases>
60+
<enabled>false</enabled>
61+
</releases>
5962
</repository>
6063
<repository>
6164
<id>repository.jboss.org</id>

0 commit comments

Comments
 (0)