Rename runescape api artifact to runescape-api

This commit is contained in:
Adam
2018-04-21 18:13:47 -04:00
parent 058264958c
commit 3f4cfd209f
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<artifactId>runescape-api</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

View File

@@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<artifactId>runescape-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

View File

@@ -33,7 +33,7 @@
</parent>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<artifactId>runescape-api</artifactId>
<name>RuneScape API</name>
<dependencies>