Skip to content

Commit

Permalink
switch to java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Jul 21, 2016
1 parent ab004a2 commit c2e8bfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# the current plugin version. Increment if you create a new build to be rolled out
# via the OSM subversion repository
#
plugin.version=0.2.0
plugin.version=0.3.0

# the lowest JOSM version the curent plugin version is compatible with
#
josm.required.version=10279
josm.required.version=10580

# the full path to the JOSM jar against which this plugin is built
#
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="josm-conflation-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" />
<property name="plugin.src.dir" value="src" />
Expand Down
2 changes: 1 addition & 1 deletion nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">../../dist/jts.jar;../../dist/utilsplugin2.jar;../../core/src</classpath>
<source-level>1.7</source-level>
<source-level>1.8</source-level>
</compilation-unit>
</java-data>
</configuration>
Expand Down

0 comments on commit c2e8bfe

Please sign in to comment.