Index: applications/editors/josm/plugins/reltoolbox/.classpath
===================================================================
--- applications/editors/josm/plugins/reltoolbox/.classpath	(revision 30413)
+++ applications/editors/josm/plugins/reltoolbox/.classpath	(revision 30416)
@@ -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.6"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="output" path="build"/>
Index: applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs
===================================================================
--- applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs	(revision 30413)
+++ applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs	(revision 30416)
@@ -3,2 +3,3 @@
 encoding//src/relcontext/actions/TheRing.java=UTF-8
 encoding/TODO=UTF-8
+encoding/src=UTF-8
Index: applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs	(revision 30413)
+++ applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs	(revision 30416)
@@ -6,6 +6,6 @@
 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
@@ -89,3 +89,3 @@
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.source=1.7
Index: applications/editors/josm/plugins/reltoolbox/build.xml
===================================================================
--- applications/editors/josm/plugins/reltoolbox/build.xml	(revision 30413)
+++ applications/editors/josm/plugins/reltoolbox/build.xml	(revision 30416)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="6721"/>
+    <property name="plugin.main.version" value="7001"/>
 
     <property name="plugin.author" value="Ilya Zverev"/>
