Skip to content

Commit 4acf209

Browse files
committed
creating 0.5.2 version
1 parent 598dd37 commit 4acf209

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

pom.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.vaadin.addon</groupId>
55
<artifactId>v-leaflet</artifactId>
6-
<version>0.5.2-SNAPSHOT</version>
6+
<version>0.5.2</version>
77
<name>V-Leaflet</name>
88

9+
<properties>
10+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11+
<vaadin.version>7.1.8</vaadin.version>
12+
<g-leaflet-draw-version>0.4.2</g-leaflet-draw-version>
13+
<geotools.version>10.2</geotools.version>
14+
</properties>
15+
16+
917
<organization>
1018
<name>Vaadin Community</name>
1119
<url>http://vaadin.com/forum/</url>
@@ -33,13 +41,6 @@
3341
</license>
3442
</licenses>
3543

36-
<properties>
37-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<vaadin.version>7.1.8</vaadin.version>
39-
<g-leaflet-draw-version>0.4.3-SNAPSHOT</g-leaflet-draw-version>
40-
<geotools.version>10.2</geotools.version>
41-
</properties>
42-
4344
<build>
4445
<plugins>
4546
<plugin>
@@ -325,7 +326,7 @@
325326
<version>${vaadin.version}</version>
326327
<scope>provided</scope>
327328
</dependency>
328-
329+
329330
<dependency>
330331
<groupId>com.vaadin</groupId>
331332
<artifactId>vaadin-themes</artifactId>

0 commit comments

Comments
 (0)