Changes between Initial Version and Version 1 of Ticket #23716, comment 15


Ignore:
Timestamp:
2025-03-29T11:45:01+01:00 (10 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23716, comment 15

    initial v1  
    11OK. I didn't see 1.5-SNAPSHOT when I was looking through the nexus repository. But I was looking at the nexus2 instead of nexus3 endpoint.
     2
     3EDIT: This should be enough:
     4{{{#!diff
     5Index: plugins/pom.xml
     6===================================================================
     7--- plugins/pom.xml     (revision 36417)
     8+++ plugins/pom.xml     (working copy)
     9@@ -36,7 +36,7 @@
     10     <manifest.unixoid>MANIFEST-unixoid</manifest.unixoid>
     11     <manifest.windows>MANIFEST-windows</manifest.windows>
     12     <manifest.osx>MANIFEST-osx</manifest.osx>
     13-    <plugin.compile.version>SNAPSHOT</plugin.compile.version>
     14+    <plugin.compile.version>1.5-SNAPSHOT</plugin.compile.version>
     15     <plugin.jar>${project.name}.jar</plugin.jar>
     16     <plugin.unixoid.jar>${project.name}-unixoid.jar</plugin.unixoid.jar>
     17     <plugin.windows.jar>${project.name}-windows.jar</plugin.windows.jar>
     18}}}
     19
     20I'll drop `OsmInspectorPlugin`, `sumoconvert`, and `trustosm` from the module list and add `markseen`.