Lock down to release builds - need reproducability

Need to do this since WG and WE changes are often breaking, and
tying to 'SNAPSHOT' just means we cannot reproduce builds tied
to actual released versions of WG or WE
master
Mike Primm 6 years ago
parent 66f2b4b8d0
commit 645afc2e28
  1. 4
      pom.xml

@ -69,12 +69,12 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-core</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-20190122.121904-27</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-20190123.212314-59</version>
</dependency>
</dependencies>
<version>1.1-SNAPSHOT</version>

Loading…
Cancel
Save