Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aria Sangarin
MIReplacer
Commits
ab584615
Commit
ab584615
authored
10 months ago
by
Aria Sangarin
💛
Browse files
Options
Download
Email Patches
Plain Diff
3.2.1
parent
ad2dd549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
+18
-11
pom.xml
pom.xml
+18
-11
No files found.
pom.xml
View file @
ab584615
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
eu.asangarin
</groupId>
<groupId>
eu.asangarin
</groupId>
<artifactId>
MIReplacer
</artifactId>
<artifactId>
MIReplacer
</artifactId>
<version>
3.1
</version>
<version>
3.
2.
1
</version>
<build>
<build>
<finalName>
MIReplacer-${project.version}
</finalName>
<finalName>
MIReplacer-${project.version}
</finalName>
<resources>
<resources>
...
@@ -39,6 +39,10 @@
...
@@ -39,6 +39,10 @@
<id>
nexus
</id>
<id>
nexus
</id>
<url>
https://mvn.lumine.io/repository/maven-public/
</url>
<url>
https://mvn.lumine.io/repository/maven-public/
</url>
</repository>
</repository>
<repository>
<id>
phoenix
</id>
<url>
https://nexus.phoenixdevt.fr/repository/maven-public/
</url>
</repository>
</repositories>
</repositories>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -49,17 +53,20 @@
...
@@ -49,17 +53,20 @@
</dependency>
</dependency>
<!-- MMOItems -->
<!-- MMOItems -->
<dependency>
<groupId>
net.Indyuce
</groupId>
<artifactId>
MMOItems
</artifactId>
<version>
6.9.2
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<dependency>
<groupId>
io.lumine
</groupId>
<groupId>
io.lumine
</groupId>
<artifactId>
MythicLib
</artifactId>
<artifactId>
MythicLib
-dist
</artifactId>
<version>
1.
5.1
</version>
<version>
1.
6.2-SNAPSHOT
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
net.Indyuce
</groupId>
<artifactId>
MMOItems-API
</artifactId>
<version>
6.9.5-SNAPSHOT
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/MMOItems-6.9.5-20240106.134828-14.jar
</systemPath>
</dependency>
</dependency>
<!-- AE -->
<!-- AE -->
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment