mirror of
https://github.com/CodeMC/WorldGuardWrapper.git
synced 2024-11-10 13:15:19 +01:00
Don't resolve implementation, change artifactid
This commit is contained in:
parent
6f89335e9e
commit
21f175b19c
|
@ -10,7 +10,7 @@
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>worldguardwrapper-api</artifactId>
|
<artifactId>worldguardwrapper</artifactId>
|
||||||
|
|
||||||
<name>WorldGuardWrapper-API</name>
|
<name>WorldGuardWrapper-API</name>
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@
|
||||||
<artifactId>worldguardwrapper-implementation-aggregated</artifactId>
|
<artifactId>worldguardwrapper-implementation-aggregated</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user