Skip to content

Commit 169cd09

Browse files
committed
See #23716: Update SNAPSHOT to 1.0-SNAPSHOT for plugin versions
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 9a95ed4 commit 169cd09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openstreetmap.josm.plugins</groupId>
55
<artifactId>pt_assistant</artifactId>
6-
<version>SNAPSHOT</version>
6+
<version>1.0-SNAPSHOT</version>
77
<properties>
88
<jmockit.version>1.49.a</jmockit.version>
99
<pmd.version>7.5.0</pmd.version>
@@ -36,25 +36,25 @@
3636
<dependency>
3737
<groupId>org.openstreetmap.josm</groupId>
3838
<artifactId>josm</artifactId>
39-
<version>SNAPSHOT</version>
39+
<version>1.5-SNAPSHOT</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.openstreetmap.josm.plugins</groupId>
4444
<artifactId>pmtiles</artifactId>
45-
<version>SNAPSHOT</version>
45+
<version>1.0-SNAPSHOT</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.openstreetmap.josm.plugins</groupId>
5050
<artifactId>utilsplugin2</artifactId>
51-
<version>SNAPSHOT</version>
51+
<version>1.0-SNAPSHOT</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.openstreetmap.josm</groupId>
5656
<artifactId>josm-unittest</artifactId>
57-
<version>SNAPSHOT</version>
57+
<version>1.5-SNAPSHOT</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)