Index: applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath
===================================================================
--- applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath	(revision 32584)
+++ applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath	(revision 32680)
@@ -2,5 +2,5 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<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"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="output" path="bin"/>
Index: applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 32584)
+++ applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 32680)
@@ -2,6 +2,6 @@
 <project name="josm-CustomizePublicTransportStop-plugin" default="dist" basedir=".">
 
-    <property name="ant.build.javac.target" value="1.7"/>
-    <property name="ant.build.javac.source" value="1.7"/>
+    <property name="ant.build.javac.target" value="1.8"/>
+    <property name="ant.build.javac.source" value="1.8"/>
 
     <property name="plugin.build.dir" value="build" />
