From f3a82844f09f2a67e30e07cb1f97c6b9f3ec0069 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 3 May 2017 14:57:38 +0000 Subject: [PATCH] Ported to Java8 git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@148275 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 8 ++++---- .settings/org.eclipse.jdt.core.prefs | 2 +- .../org.eclipse.wst.common.project.facet.core.xml | 2 +- distro/changelog.xml | 10 ++++++++-- pom.xml | 8 ++++---- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.classpath b/.classpath index 0843599..fc9be77 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -34,10 +34,10 @@ - + - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 443e085..b257af7 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,6 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 664cfd0..4067f6f 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -2,8 +2,8 @@ - + diff --git a/distro/changelog.xml b/distro/changelog.xml index 063c23b..cd42ccb 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,8 +1,14 @@ + + Ported to Java8 + - Fixes an issue where the sharing of posts in any VRE would not generate any notification in some cases, Incident #7553 - Fix for Bug #8063, Share Updates links are truncated in some cases + Fixes an issue where the sharing of posts in any VRE would not + generate any notification in some cases, Incident #7553 + Fix for Bug #8063, Share Updates links are truncated in some + cases diff --git a/pom.xml b/pom.xml index a05d20e..190ff4c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user share-updates war - 2.3.1-SNAPSHOT + 2.4.0-SNAPSHOT gCube Share Updates Portlet gCube Share Updates for exchanging updates with other users of VREs. @@ -29,7 +29,7 @@ distro 6.2.5 1.7 - 1.7 + 1.8 ${project.build.directory}/${project.build.finalName} UTF-8 @@ -277,8 +277,8 @@ maven-compiler-plugin 2.3.2 - 1.7 - 1.7 + ${maven.compiler.source} + ${maven.compiler.target}