From 914c7a583ebbf0694ae14e2b4138b2d17171c29a Mon Sep 17 00:00:00 2001 From: ebner Date: Fri, 9 Oct 2015 08:34:14 +0200 Subject: [PATCH] fixed pom --- ch.psi.plot/.classpath | 2 +- ch.psi.plot/.settings/org.eclipse.jdt.core.prefs | 6 +++--- ch.psi.plot/pom.xml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ch.psi.plot/.classpath b/ch.psi.plot/.classpath index ace8266..953de0b 100644 --- a/ch.psi.plot/.classpath +++ b/ch.psi.plot/.classpath @@ -27,7 +27,7 @@ - + diff --git a/ch.psi.plot/.settings/org.eclipse.jdt.core.prefs b/ch.psi.plot/.settings/org.eclipse.jdt.core.prefs index 714351a..ec4300d 100644 --- a/ch.psi.plot/.settings/org.eclipse.jdt.core.prefs +++ b/ch.psi.plot/.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.plot/pom.xml b/ch.psi.plot/pom.xml index 2d9e507..0d1356a 100644 --- a/ch.psi.plot/pom.xml +++ b/ch.psi.plot/pom.xml @@ -41,12 +41,12 @@ 3.1 UTF-8 - 1.8 - 1.8 + 1.7 + 1.7 - + org.apache.maven.plugins @@ -83,12 +83,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