1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: revert to last stable version / remove SNAPSHOT
Author: Felix Natter <fnatter@gmx.net>
Origin: other
Forwarded: not-needed
Last-Update: 2015-06-01
@@ -1,5 +1,5 @@
group = 'com.github.insubstantial'
-version = '7.3.1-SNAPSHOT'
+version = '7.3'
if (JavaVersion.current().isJava8Compatible()) {
allprojects {
@@ -15,7 +15,7 @@
apply plugin: 'signing'
group = 'com.github.insubstantial'
- version = '7.3.1-SNAPSHOT'
+ version = '7.3'
ext.versionKey = "7.3-destroyer"
sourceCompatibility = 1.6
|