Skip to content

Commit bb7148b

Browse files
authored
Fixed spaces
1 parent a03b105 commit bb7148b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ If your instance has subdomain isolation enabled:
5151
<profiles>
5252
<profile>
5353
<id>github</id>
54-
<repositories>
55-
<repository>
56-
<id>central</id>
57-
<url>https://repo1.maven.org/maven2</url>
58-
</repository>
59-
<repository>
60-
<id>github</id>
61-
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/*</url>
62-
<snapshots>
63-
<enabled>true</enabled>
64-
</snapshots>
65-
</repository>
66-
</repositories>
54+
<repositories>
55+
<repository>
56+
<id>central</id>
57+
<url>https://repo1.maven.org/maven2</url>
58+
</repository>
59+
<repository>
60+
<id>github</id>
61+
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/*</url>
62+
<snapshots>
63+
<enabled>true</enabled>
64+
</snapshots>
65+
</repository>
66+
</repositories>
6767
</profile>
6868
</profiles>
6969

0 commit comments

Comments
 (0)