From de6b27bf11415f81a2c2e31540018e24bc4d5302 Mon Sep 17 00:00:00 2001 From: Stefan Nothaas Date: Sat, 28 Jul 2018 10:11:31 +0200 Subject: [PATCH] Set versions of deps for release --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3b857a4..b2a7a6d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } dependencies { - classpath "de.hhu.bsinfo:dxbuild:0.4.0-SNAPSHOT" + classpath "de.hhu.bsinfo:dxbuild:0.1.0" } } @@ -83,8 +83,8 @@ task javadocJar(type: Jar, dependsOn: javadoc) { dependencies { implementation fileTree(dir: 'lib', include: ['*.jar']) - implementation 'de.hhu.bsinfo:dxmon:0.4.0-SNAPSHOT' - implementation 'de.hhu.bsinfo:dxutils:0.4.0-SNAPSHOT' + implementation 'de.hhu.bsinfo:dxmon:0.1.0' + implementation 'de.hhu.bsinfo:dxutils:0.4.0' testCompile group: 'junit', name: 'junit', version: '4.12' }