Changeset 36325 in osm for applications/editors/josm/plugins/lwjgl
- Timestamp:
- 2024-08-28T20:42:06+02:00 (5 months ago)
- Location:
- applications/editors/josm/plugins/lwjgl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lwjgl/modules/pom-natives-osx.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>lwjgl-parent</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <relativePath>pom.xml</relativePath> 9 9 </parent> … … 21 21 <groupId>org.openstreetmap.josm.plugins</groupId> 22 22 <artifactId>lwjgl</artifactId> 23 <version> 1.0-SNAPSHOT</version>23 <version>SNAPSHOT</version> 24 24 <scope>provided</scope> 25 25 </dependency> -
applications/editors/josm/plugins/lwjgl/modules/pom-natives-unixoid.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>lwjgl-parent</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <relativePath>pom.xml</relativePath> 9 9 </parent> -
applications/editors/josm/plugins/lwjgl/modules/pom-natives-windows.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>lwjgl-parent</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <relativePath>pom.xml</relativePath> 9 9 </parent> -
applications/editors/josm/plugins/lwjgl/modules/pom.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>plugin-root</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <relativePath>../../pom.xml</relativePath> 9 9 </parent> -
applications/editors/josm/plugins/lwjgl/pom.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>lwjgl-parent</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <relativePath>modules</relativePath> 9 9 </parent>
Note:
See TracChangeset
for help on using the changeset viewer.