Skip to content

Commit

Permalink
Vaadin version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daxzel committed Jul 3, 2013
1 parent d37bbaf commit a443863
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vaadin.version>7.1.0.h.M0</vaadin.version>
<plugin.vaadin.version>7.1.0</plugin.vaadin.version>
<vaadin.version>7.1.0</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<jdkVersion>1.7</jdkVersion>
</properties>
Expand Down Expand Up @@ -134,7 +133,7 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${plugin.vaadin.version}</version>
<version>${vaadin.plugin.version}</version>
<configuration>
<extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs>
<webappDirectory>${basedir}/WebContent/VAADIN/widgetsets
Expand Down

0 comments on commit a443863

Please sign in to comment.