using latest version of ML

This commit is contained in:
Indyuce 2022-12-27 14:54:57 +01:00
parent 2123f9f430
commit cc0fe8e197
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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>
```

View File

@ -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 -->