Index: applications/editors/josm/plugins/opendata/.classpath
===================================================================
--- applications/editors/josm/plugins/opendata/.classpath	(revision 32584)
+++ applications/editors/josm/plugins/opendata/.classpath	(revision 32680)
@@ -21,5 +21,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
 		<attributes>
 			<attribute name="owner.project.facets" value="java"/>
Index: applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml
===================================================================
--- applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml	(revision 32680)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <faceted-project>
-  <installed facet="java" version="1.7"/>
+  <installed facet="java" version="1.8"/>
   <installed facet="jpt.jaxb" version="2.2"/>
 </faceted-project>
Index: applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/build.xml	(revision 32680)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="opendata" default="dist" basedir=".">
-    <property name="plugin.main.version" value="10420"/>
+    <property name="plugin.main.version" value="10580"/>
     <property name="plugin.author" value="Don-vip"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/>
Index: applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml	(revision 32680)
@@ -32,6 +32,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 32680)
@@ -12,6 +12,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 32680)
@@ -10,6 +10,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 32680)
@@ -11,6 +11,6 @@
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
-    <property name="ant.build.javac.source" value="1.7"/>
-    <property name="ant.build.javac.target" value="1.7"/>
+    <property name="ant.build.javac.source" value="1.8"/>
+    <property name="ant.build.javac.target" value="1.8"/>
     <!-- this is the directory where the module jar is copied to -->
     <property name="module.dist.dir" value="../../dist"/>
Index: applications/editors/josm/plugins/opendata/nbproject/project.xml
===================================================================
--- applications/editors/josm/plugins/opendata/nbproject/project.xml	(revision 32584)
+++ applications/editors/josm/plugins/opendata/nbproject/project.xml	(revision 32680)
@@ -94,17 +94,17 @@
                 <package-root>includes</package-root>
                 <classpath mode="compile">../../core/src</classpath>
-                <source-level>1.7</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
             <compilation-unit>
                 <package-root>modules/fr.toulouse/src</package-root>
-                <source-level>1.7</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
             <compilation-unit>
                 <package-root>src</package-root>
-                <source-level>1.7</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
             <compilation-unit>
                 <package-root>util</package-root>
-                <source-level>1.7</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
         </java-data>
