Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 3bfc970

Browse files
author
Stefan Nothaas
committed
Increment version of dxmon and deps
1 parent 84822dc commit 3bfc970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'de.hhu.bsinfo'
11-
version = '0.1.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
11+
version = '0.2.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8
@@ -49,7 +49,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4949

5050
dependencies {
5151
implementation files(Jvm.current().toolsJar)
52-
implementation 'de.hhu.bsinfo:dxutils:0.4.0'
52+
implementation 'de.hhu.bsinfo:dxutils:0.5.0-SNAPSHOT'
5353

5454
testCompile group: 'junit', name: 'junit', version: '4.12'
5555
}

0 commit comments

Comments
 (0)