Set update policy to always

This commit is contained in:
Adam
2016-06-05 14:58:18 -04:00
parent d2c7d0face
commit bade58b6a2

10
pom.xml
View File

@@ -48,8 +48,8 @@
<url>https://github.com/runelite/runelite</url>
<connection>scm:git:git://github.com/runelite/runelite</connection>
<developerConnection>scm:git:git@github.com:runelite/runelite</developerConnection>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<repository>
@@ -63,6 +63,12 @@
<id>runelite</id>
<name>Runelite</name>
<url>http://repo.runelite.net</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>