mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-02 06:27:42 +01:00
using latest version of ML
This commit is contained in:
parent
2123f9f430
commit
cc0fe8e197
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
This project is owned and maintained by PhoenixDvpt and is distributed with "All Right's Reserved".
|
||||
This project is owned and maintained by PhoenixDevt and is distributed with "All Right's Reserved".
|
||||
|
||||
This is just to protect the project and its status as a Paid Resource.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
Official repository for MMOItems Premium
|
||||
|
||||
### Using MMOItems as dependency
|
||||
Register the PhoenixDev repo
|
||||
Register the PhoenixDevt repo
|
||||
```
|
||||
<repository>
|
||||
<id>phoenix</id>
|
||||
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
|
||||
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
||||
</repository>
|
||||
```
|
||||
And then add MMOItems-API as dependency
|
||||
@ -13,7 +13,7 @@ And then add MMOItems-API as dependency
|
||||
<dependency>
|
||||
<groupId>net.Indyuce</groupId>
|
||||
<artifactId>MMOItems-API</artifactId>
|
||||
<version>6.7.5-SNAPSHOT</version>
|
||||
<version>6.9.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
4
pom.xml
4
pom.xml
@ -27,7 +27,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>phoenix</id>
|
||||
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
|
||||
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
@ -41,7 +41,7 @@
|
||||
<dependency>
|
||||
<groupId>io.lumine</groupId>
|
||||
<artifactId>MythicLib-dist</artifactId>
|
||||
<version>1.4.3-SNAPSHOT</version>
|
||||
<version>1.5.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Jetbrains Annotations -->
|
||||
|
Loading…
Reference in New Issue
Block a user