Skip to content

Commit c8f7be4

Browse files
authored
Remove redundant releases element (enabled is default)
1 parent 3509c01 commit c8f7be4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

content/packages/guides/configuring-apache-maven-for-use-with-github-packages.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ If your instance has subdomain isolation enabled:
7171
<id>github</id>
7272
<name>GitHub OWNER Apache Maven Packages</name>
7373
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY-2</url>
74-
<releases>
75-
<enabled>true</enabled>
76-
</releases>
7774
<snapshots>
7875
<enabled>true</enabled>
7976
</snapshots>

0 commit comments

Comments
 (0)