Use webdev for distribution repository

This commit is contained in:
Adam
2017-03-11 14:34:22 -05:00
parent 97d28abd0a
commit 20831b39eb
5 changed files with 9 additions and 20 deletions

View File

@@ -134,8 +134,8 @@ under the License.
<server>
<id>runelite</id>
<username>runelite</username>
<privateKey>${user.home}/.ssh/runelite</privateKey>
<username>repo</username>
<password>${env.REPO_PASSWORD}</password>
</server>
<server>
<id>runelite-tomcat</id>
@@ -262,7 +262,6 @@ under the License.
<id>runelite</id>
<properties>
<runelite.repository.url>${env.RUNELITE_REPOSITORY_URL}</runelite.repository.url>
<runelite.tomcat.url>http://api.runelite.net/manager/text</runelite.tomcat.url>
</properties>
</profile>