diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -27,7 +27,7 @@ <liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version> <vaadin.gwt.version>2.8.2</vaadin.gwt.version> - <vaadin.plugin.version>8.7-SNAPSHOT</vaadin.plugin.version> + <vaadin.plugin.version>8.15-SNAPSHOT</vaadin.plugin.version> <!-- Used in OSGi manifests --> <javax.validation.version>2.0.1.Final</javax.validation.version> @@ -69,11 +69,8 @@ </snapshots> </pluginRepository> <pluginRepository> - <id>vaadin-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> + <id>vaadin-prereleases</id> + <url>https://maven.vaadin.com/vaadin-prereleases/</url> <snapshots> <enabled>true</enabled> </snapshots> @@ -89,11 +86,8 @@ </snapshots> </repository> <repository> - <id>vaadin-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> + <id>vaadin-prereleases</id> + <url>https://maven.vaadin.com/vaadin-prereleases/</url> <snapshots> <enabled>true</enabled> </snapshots> |