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
+
+ ${maven.compiler.target}