Add deploy/release scripts

This commit is contained in:
Adam
2017-02-24 11:27:29 -05:00
parent 0c325c85be
commit 7b4d5748bd
3 changed files with 42 additions and 6 deletions

View File

@@ -26,12 +26,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.1.21-SNAPSHOT</version>
</parent>
<groupId>net.runelite</groupId>
<artifactId>scripts</artifactId>
<name>Scripts</name>