From fb21986493a9f0c7b6529fb6a1c5b87c2f1a6880 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 13 Aug 2015 14:36:50 +0200 Subject: [PATCH] updated version --- ch.psi.fda/.classpath | 2 +- ch.psi.fda/.settings/org.eclipse.jdt.core.prefs | 6 +++--- ch.psi.fda/pom.xml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ch.psi.fda/.classpath b/ch.psi.fda/.classpath index ace8266..953de0b 100644 --- a/ch.psi.fda/.classpath +++ b/ch.psi.fda/.classpath @@ -27,7 +27,7 @@ - + diff --git a/ch.psi.fda/.settings/org.eclipse.jdt.core.prefs b/ch.psi.fda/.settings/org.eclipse.jdt.core.prefs index 714351a..ec4300d 100644 --- a/ch.psi.fda/.settings/org.eclipse.jdt.core.prefs +++ b/ch.psi.fda/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,5 @@ eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/ch.psi.fda/pom.xml b/ch.psi.fda/pom.xml index f21e586..d367af3 100644 --- a/ch.psi.fda/pom.xml +++ b/ch.psi.fda/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ch.psi fda - 2.5.0 + 2.5.1_zmq @@ -17,7 +17,7 @@ ch.psi.fda ch.psi.fda.xscan - 2.4.0 + 2.4.0_zmq ch.psi @@ -105,8 +105,8 @@ maven-compiler-plugin UTF-8 - 1.8 - 1.8 + 1.7 + 1.7 @@ -143,12 +143,12 @@ i.snapshots Artifactory Snapshots - http://yoke.psi.ch:8081/artifactory/libs-snapshots-local + http://artifacts.psi.ch/artifactory/libs-snapshots-local i.releases Atrifactory Releases - http://yoke.psi.ch:8081/artifactory/libs-releases-local + http://artifacts.psi.ch/artifactory/libs-releases-local \ No newline at end of file