source: osm/applications/editors/josm/plugins/opendata/modules/pom.xml@ 36358

Last change on this file since 36358 was 36325, checked in by taylor.smock, 4 months ago

See #23875: Use SNAPSHOT instead of 1.0-SNAPSHOT since that is what our scripts currently publish

This should fix the Jenkins build for plugins.

Note: Maven warns that this may break in the future, in which case we'll have to
change our processes.

File size: 853 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.openstreetmap.josm.plugins</groupId>
6 <artifactId>plugin-root</artifactId>
7 <version>SNAPSHOT</version>
8 <relativePath>../../pom.xml</relativePath>
9 </parent>
10 <properties>
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12 <plugin.class/>
13 </properties>
14 <artifactId>opendata-parent</artifactId>
15 <packaging>pom</packaging>
16 <modules>
17 <module>..</module>
18 <module>fr.datagouvfr</module>
19 <module>fr.paris</module>
20 <module>fr.toulouse</module>
21 </modules>
22</project>
Note: See TracBrowser for help on using the repository browser.