Skip to content

Commit b069a61

Browse files
committed
Bump version to 1
1 parent 921678a commit b069a61

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

build.xml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
** This is a template build file for a JOSM plugin.
4-
**
5-
** Maintaining versions
6-
** ====================
7-
** See README.template
8-
**
9-
** Usage
10-
** =====
11-
** Call "ant help" to get possible build targets.
12-
**
13-
-->
142
<project name="markseen" default="dist" basedir="." xmlns:jacoco="antlib:org.jacoco.ant">
153
<property environment="env"/>
164

17-
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
18-
<property name="plugin.main.version" value="10580"/>
5+
<!-- the *lowest* JOSM version this plugin is currently known to be compatible with -->
6+
<property name="plugin.main.version" value="12275"/>
197

20-
<!-- Configure these properties (replace "..." accordingly).
8+
<!--
219
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
2210
-->
2311
<property name="plugin.author" value="Robert Scott"/>
12+
<property name="plugin.version" value="1"/>
2413
<property name="plugin.class" value="org.openstreetmap.josm.plugins.markseen.MarkSeenPlugin"/>
2514
<property name="plugin.description" value="Marks 'seen' areas of the map"/>
2615
<property name="plugin.icon" value="images/icons/24x24/markseen.png"/>
2716
<property name="plugin.link" value="https://github.com/risicle/josm-markseen"/>
28-
<!--<property name="plugin.early" value="..."/>-->
29-
<!--<property name="plugin.requires" value="..."/>-->
30-
<!--<property name="plugin.stage" value="..."/>-->
3117

3218
<property name="groovy.jar" location="${env.JOSM_SRC_DIR}/tools/groovy-all-2.4.11.jar"/>
3319
<property name="error_prone_ant.jar" location="${env.JOSM_SRC_DIR}/tools/error_prone_ant.jar"/>

0 commit comments

Comments
 (0)