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
34
34
Please update settings.xml as described above:
35
35
36
36
``` 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 >
55
55
56
56
<servers >
57
57
<server >
You can’t perform that action at this time.
0 commit comments