Skip to content

Commit

Permalink
creating 0.5.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Dec 18, 2013
1 parent 598dd37 commit 4acf209
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.addon</groupId>
<artifactId>v-leaflet</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<name>V-Leaflet</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vaadin.version>7.1.8</vaadin.version>
<g-leaflet-draw-version>0.4.2</g-leaflet-draw-version>
<geotools.version>10.2</geotools.version>
</properties>


<organization>
<name>Vaadin Community</name>
<url>http://vaadin.com/forum/</url>
Expand Down Expand Up @@ -33,13 +41,6 @@
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vaadin.version>7.1.8</vaadin.version>
<g-leaflet-draw-version>0.4.3-SNAPSHOT</g-leaflet-draw-version>
<geotools.version>10.2</geotools.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -325,7 +326,7 @@
<version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-themes</artifactId>
Expand Down

0 comments on commit 4acf209

Please sign in to comment.