diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-07 10:10:37 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-07 10:11:33 +0300 |
commit | 2879cfcdff148002a59d5e6c486fc769ecba5aa3 (patch) | |
tree | 178582cbb3eb11222aaaaa66db101be58058daf4 /pom.xml | |
parent | fa3d2566ecb9f5a67a5d2505d62b6387bed6ed18 (diff) | |
download | vaadin-framework-2879cfcdff148002a59d5e6c486fc769ecba5aa3.tar.gz vaadin-framework-2879cfcdff148002a59d5e6c486fc769ecba5aa3.zip |
Use snapshots of Maven plug-in
Change-Id: Ic2e304d6afe0d4d2a53a6983b9095de5303f84ea
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -30,7 +30,7 @@ <vaadin.sass.version>0.9.13</vaadin.sass.version> <vaadin.gwt.version>2.7.0.vaadin3</vaadin.gwt.version> - <vaadin.plugin.version>7.7.0.alpha1</vaadin.plugin.version> + <vaadin.plugin.version>8.0-SNAPSHOT</vaadin.plugin.version> <javax.portlet.version>2.0</javax.portlet.version> <javax.servlet.version>3.0.1</javax.servlet.version> @@ -54,6 +54,16 @@ <id>vaadin-prereleases</id> <url>http://maven.vaadin.com/vaadin-prereleases</url> </pluginRepository> + <pluginRepository> + <id>vaadin-snapshots</id> + <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> </pluginRepositories> <organization> |