Skip to content

Commit 951d08b

Browse files
committed
Release 5.0.0
1 parent 1dc56f9 commit 951d08b

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
88
<artifactId>bom</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>LeafletMap for Vaadin - BOM</name>
@@ -51,22 +51,22 @@
5151
<dependency>
5252
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
5353
<artifactId>flow</artifactId>
54-
<version>5.0.0-SNAPSHOT</version>
54+
<version>5.0.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
5858
<artifactId>geoman</artifactId>
59-
<version>5.0.0-SNAPSHOT</version>
59+
<version>5.0.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
6363
<artifactId>leaflet-markercluster</artifactId>
64-
<version>5.0.0-SNAPSHOT</version>
64+
<version>5.0.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
6868
<artifactId>maplibre-gl-leaflet</artifactId>
69-
<version>5.0.0-SNAPSHOT</version>
69+
<version>5.0.0</version>
7070
</dependency>
7171
</dependencies>
7272
</dependencyManagement>

flow-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
99
<artifactId>root</artifactId>
10-
<version>5.0.0-SNAPSHOT</version>
10+
<version>5.0.0</version>
1111
</parent>
1212

1313
<artifactId>flow-demo</artifactId>
14-
<version>5.0.0-SNAPSHOT</version>
14+
<version>5.0.0</version>
1515
<packaging>jar</packaging>
1616

1717
<organization>

flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
88
<artifactId>flow</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin</name>

plugins/geoman/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
88
<artifactId>geoman</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin - Plugin - geoman</name>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
5555
<artifactId>flow</artifactId>
56-
<version>5.0.0-SNAPSHOT</version>
56+
<version>5.0.0</version>
5757
</dependency>
5858
</dependencies>
5959

plugins/leaflet-markercluster/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
88
<artifactId>leaflet-markercluster</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin - Plugin - leaflet-markercluster</name>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
5555
<artifactId>flow</artifactId>
56-
<version>5.0.0-SNAPSHOT</version>
56+
<version>5.0.0</version>
5757
</dependency>
5858
</dependencies>
5959

plugins/maplibre-gl-leaflet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
88
<artifactId>maplibre-gl-leaflet</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin - Plugin - maplibre-gl-leaflet</name>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
5555
<artifactId>flow</artifactId>
56-
<version>5.0.0-SNAPSHOT</version>
56+
<version>5.0.0</version>
5757
</dependency>
5858
</dependencies>
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.vaadin.maps-leaflet</groupId>
88
<artifactId>root</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>

0 commit comments

Comments
 (0)