mirror of
https://github.com/aikar/commands.git
synced 2026-06-21 06:20:37 +00:00
Change group/artifact id and bump to 0.3.0-SNAPSHOT
This commit is contained in:
+3
-3
@@ -109,9 +109,9 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>co.aikar.commands</groupId>
|
||||
<artifactId>acf</artifactId>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<groupId>co.aikar</groupId>
|
||||
<artifactId>acf-core</artifactId>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
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>
|
||||
|
||||
<groupId>co.aikar.commands</groupId>
|
||||
<artifactId>acf</artifactId>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<groupId>co.aikar</groupId>
|
||||
<artifactId>acf-core</artifactId>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
|
||||
<name>ACF</name>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user