Skip to content

Commit 645afc2

Browse files
committed
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
1 parent 66f2b4b commit 645afc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
<dependency>
7070
<groupId>com.sk89q.worldguard</groupId>
7171
<artifactId>worldguard-core</artifactId>
72-
<version>7.0.0-SNAPSHOT</version>
72+
<version>7.0.0-20190122.121904-27</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.sk89q.worldedit</groupId>
7676
<artifactId>worldedit-core</artifactId>
77-
<version>7.0.0-SNAPSHOT</version>
77+
<version>7.0.0-20190123.212314-59</version>
7878
</dependency>
7979
</dependencies>
8080
<version>1.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)