Don't resolve implementation, change artifactid

This commit is contained in:
Gabriele C 2018-08-02 01:17:56 +02:00
parent 6f89335e9e
commit 21f175b19c

View File

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