Split rs api from runelite api

This commit is contained in:
Adam
2016-07-14 19:24:58 -04:00
parent fb43ff0190
commit aae3cb5316
51 changed files with 61 additions and 8 deletions

View File

@@ -37,8 +37,16 @@
<version>1.1.4-SNAPSHOT</version>
</parent>
<groupId>net.runelite.rs</groupId>
<groupId>net.runelite</groupId>
<artifactId>api</artifactId>
<version>1.0.5-SNAPSHOT</version>
<name>Runelite API</name>
<dependencies>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<version>117.2-SNAPSHOT</version> <!-- rs version -->
</dependency>
</dependencies>
</project>