From 09ead2eb6400461c4fc6e5cdde958dcd5dcda40f Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 20 Aug 2015 08:38:51 +0200 Subject: [PATCH] updated version --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9aecd0a..f2da171 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' sourceCompatibility = 1.7 -version = '2.6.2' +version = '2.6.8' repositories { mavenCentral() @@ -13,7 +13,7 @@ repositories { dependencies { compile 'ch.psi:ch.psi.fda.core:2.3.4' - compile 'ch.psi.fda:ch.psi.fda.xscan:2.6.2' + compile 'ch.psi.fda:ch.psi.fda.xscan:2.6.8' compile 'ch.psi:ch.psi.fda.cdump:2.3.4' compile 'ch.psi:ch.psi.fda.fdaq:2.3.4' compile 'ch.psi:jcae:2.4.1' @@ -53,7 +53,7 @@ apply plugin: 'maven' uploadArchives { repositories { mavenDeployer { - repository(url: "http://artifacts.psi.ch/artifactory/libs-releases-local"){ + repository(url: "http://artifacts.psi.ch/artifactory/libs-snapshots-local"){ authentication(userName: "upload", password: "{DESede}eWKHxAtQ2Dc=") } pom.groupId = 'ch.psi'