File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,24 @@ Please refer to https://docs.github.com/en/packages/working-with-a-github-packag
3434Please 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 >
You can’t perform that action at this time.
0 commit comments