File: version.patch

package info (click to toggle)
insubstantial 7.3%2Bdfsg3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,076 kB
  • sloc: java: 98,517; xml: 487; sh: 216; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (5)
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
--- a/build.gradle
+++ b/build.gradle
@@ -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