summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-30 10:25:31 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-30 12:14:01 +0000
commit595502eb723be5d233a336546370a7fb6243ad28 (patch)
treebedd91e3df6a1cb8f2b356293f7e9fa04ac86024 /pom.xml
parent120ba01a0f10765b0372541598bcd873712291b8 (diff)
downloadvaadin-framework-595502eb723be5d233a336546370a7fb6243ad28.tar.gz
vaadin-framework-595502eb723be5d233a336546370a7fb6243ad28.zip
Use newer version of maven plugin to support theme compression
Change-Id: Id876c89b1f1a6498997ef22c0c99d45f11e60c13
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ea2782b2fa..0fcdf92d1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<vaadin.sass.version>0.9.13</vaadin.sass.version>
<vaadin.gwt.version>2.7.0.vaadin3</vaadin.gwt.version>
- <vaadin.plugin.version>7.6.4</vaadin.plugin.version>
+ <vaadin.plugin.version>7.7.0.appwidgetset4</vaadin.plugin.version>
<javax.portlet.version>2.0</javax.portlet.version>
<javax.servlet.version>3.0.1</javax.servlet.version>
@@ -45,6 +45,14 @@
<atmosphere.js.version>2.2.6.vaadin4</atmosphere.js.version>
</properties>
+ <!-- TODO: remove this after maven plugin has been released -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>vaadin-prereleases</id>
+ <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ </pluginRepository>
+ </pluginRepositories>
+
<organization>
<name>Vaadin Ltd</name>
</organization>