Skip to content

Commit a3e54b2

Browse files
Update README.md
1 parent e4d8d75 commit a3e54b2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ Please refer to https://docs.github.com/en/packages/working-with-a-github-packag
3434
Please update settings.xml as described above:
3535

3636
```xml
37-
<profiles>
38-
<profile>
39-
<id>github</id>
40-
<repositories>
41-
<repository>
42-
<id>central</id>
43-
<url>https://repo1.maven.org/maven2</url>
44-
</repository>
45-
<repository>
46-
<id>github</id>
47-
<url>https://maven.pkg.github.com/telstra/MessagingAPI-SDK-Java</url>
48-
<snapshots>
49-
<enabled>true</enabled>
50-
</snapshots>
51-
</repository>
52-
</repositories>
53-
</profile>
54-
</profiles>
37+
<profiles>
38+
<profile>
39+
<id>github</id>
40+
<repositories>
41+
<repository>
42+
<id>central</id>
43+
<url>https://repo1.maven.org/maven2</url>
44+
</repository>
45+
<repository>
46+
<id>github</id>
47+
<url>https://maven.pkg.github.com/telstra/MessagingAPI-SDK-Java</url>
48+
<snapshots>
49+
<enabled>true</enabled>
50+
</snapshots>
51+
</repository>
52+
</repositories>
53+
</profile>
54+
</profiles>
5555

5656
<servers>
5757
<server>

0 commit comments

Comments
 (0)