mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 12:31:59 +01:00
trying different id, exactly like PluginBase now.
This commit is contained in:
parent
c3acaa4298
commit
8c3f662579
@ -175,11 +175,11 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>thirdparty</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty</url>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>thirdparty-dev</id>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty-dev/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
@ -308,13 +308,14 @@
|
||||
</dependency>
|
||||
<!-- End of Metrics Dependency -->
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>thirdparty</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty</url>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>thirdparty-dev</id>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty-dev/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
6
pom.xml
6
pom.xml
@ -28,11 +28,11 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>thirdparty</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty</url>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>thirdparty-dev</id>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/repositories/thirdparty-dev/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
Loading…
Reference in New Issue
Block a user