From a6fd949f3cfabee75b937a822df1657259a3f4ef Mon Sep 17 00:00:00 2001 From: Simon Gregor Ebner Date: Wed, 13 Aug 2014 08:05:31 +0200 Subject: [PATCH 1/2] Updated java version in pom file --- ch.psi.plot/.classpath | 2 +- ch.psi.plot/.settings/org.eclipse.jdt.core.prefs | 6 +++--- ch.psi.plot/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ch.psi.plot/.classpath b/ch.psi.plot/.classpath index 953de0b..ace8266 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 ec4300d..714351a 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.7 -org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/ch.psi.plot/pom.xml b/ch.psi.plot/pom.xml index 4085da2..64b9e06 100644 --- a/ch.psi.plot/pom.xml +++ b/ch.psi.plot/pom.xml @@ -41,8 +41,8 @@ 3.1 UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 From 328f448b3cfde8d2c6aeffd2b48413cfda4393d7 Mon Sep 17 00:00:00 2001 From: Simon Gregor Ebner Date: Wed, 13 Aug 2014 08:13:45 +0200 Subject: [PATCH 2/2] fixed deployment url --- ch.psi.plot/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch.psi.plot/pom.xml b/ch.psi.plot/pom.xml index 64b9e06..33b7cc5 100644 --- a/ch.psi.plot/pom.xml +++ b/ch.psi.plot/pom.xml @@ -83,12 +83,12 @@ i.snapshots Artifactory Snapshots - http://yoke/artifactory/libs-snapshots-local + http://yoke.psi.ch:8081/artifactory/libs-snapshots-local i.releases Atrifactory Releases - http://yoke/artifactory/libs-releases-local + http://yoke.psi.ch:8081/artifactory/libs-releases-local