diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-30 10:25:31 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-30 12:14:01 +0000 |
commit | 595502eb723be5d233a336546370a7fb6243ad28 (patch) | |
tree | bedd91e3df6a1cb8f2b356293f7e9fa04ac86024 /pom.xml | |
parent | 120ba01a0f10765b0372541598bcd873712291b8 (diff) | |
download | vaadin-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.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |