diff options
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> |