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.
|
This is just to protect the project and its status as a Paid Resource.
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Official repository for MMOItems Premium
|
Official repository for MMOItems Premium
|
||||||
|
|
||||||
### Using MMOItems as dependency
|
### Using MMOItems as dependency
|
||||||
Register the PhoenixDev repo
|
Register the PhoenixDevt repo
|
||||||
```
|
```
|
||||||
<repository>
|
<repository>
|
||||||
<id>phoenix</id>
|
<id>phoenix</id>
|
||||||
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
|
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
```
|
```
|
||||||
And then add MMOItems-API as dependency
|
And then add MMOItems-API as dependency
|
||||||
@ -13,7 +13,7 @@ And then add MMOItems-API as dependency
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.Indyuce</groupId>
|
<groupId>net.Indyuce</groupId>
|
||||||
<artifactId>MMOItems-API</artifactId>
|
<artifactId>MMOItems-API</artifactId>
|
||||||
<version>6.7.5-SNAPSHOT</version>
|
<version>6.9.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
4
pom.xml
4
pom.xml
@ -27,7 +27,7 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>phoenix</id>
|
<id>phoenix</id>
|
||||||
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
|
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus</id>
|
<id>nexus</id>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.lumine</groupId>
|
<groupId>io.lumine</groupId>
|
||||||
<artifactId>MythicLib-dist</artifactId>
|
<artifactId>MythicLib-dist</artifactId>
|
||||||
<version>1.4.3-SNAPSHOT</version>
|
<version>1.5.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Jetbrains Annotations -->
|
<!-- Jetbrains Annotations -->
|
||||||
|
Loading…
Reference in New Issue
Block a user