This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree 1 file changed +15
-12
lines changed
1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 61
61
<plugin .mainClass>com.github.rmsy.channels.ChannelsPlugin</plugin .mainClass>
62
62
</properties >
63
63
64
+ <repositories >
65
+ <repository >
66
+ <id >pa-snapshots</id >
67
+ <url >https://repo.extension.ws/content/repositories/snapshots</url >
68
+ </repository >
69
+ <repository >
70
+ <id >pa-releases</id >
71
+ <url >https://repo.extension.ws/content/repositories/releases</url >
72
+ </repository >
73
+ </repositories >
74
+
64
75
<distributionManagement >
65
76
<repository >
66
- <id >overcast -deployment</id >
67
- <url >https://repo.oc.tc /content/repositories/releases</url >
77
+ <id >pa -deployment</id >
78
+ <url >https://repo.extension.ws /content/repositories/releases</url >
68
79
</repository >
69
80
<snapshotRepository >
70
- <id >overcast -deployment</id >
71
- <url >https://repo.oc.tc /content/repositories/snapshots</url >
81
+ <id >pa -deployment</id >
82
+ <url >https://repo.extension.ws /content/repositories/snapshots</url >
72
83
</snapshotRepository >
73
84
</distributionManagement >
74
85
75
- <repositories >
76
- <repository >
77
- <id >overcast</id >
78
- <name >Overcast Network repo</name >
79
- <url >https://repo.oc.tc/content/repositories/public</url >
80
- </repository >
81
- </repositories >
82
-
83
86
<dependencies >
84
87
<dependency >
85
88
<groupId >com.google.code.findbugs</groupId >
You can’t perform that action at this time.
0 commit comments