Skip to content

Commit

Permalink
See #23875: Use SNAPSHOT instead of 1.0-SNAPSHOT since that is what o…
Browse files Browse the repository at this point in the history
…ur 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.
  • Loading branch information
tsmock committed Aug 28, 2024
1 parent 7d700ee commit bd518d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openstreetmap.josm.plugins</groupId>
<artifactId>plugin-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>SNAPSHOT</version>
</parent>
<artifactId>Mapillary</artifactId>

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.openstreetmap.josm.plugins</groupId>
<artifactId>apache-commons</artifactId>
<version>1.0-SNAPSHOT</version>
<version>SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bd518d8

Please sign in to comment.