aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2021-09-21 08:41:19 +0300
committerGitHub <noreply@github.com>2021-09-21 08:41:19 +0300
commit2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8 (patch)
tree2bf093b412af248f52161e9e208d17ea359a627a /pom.xml
parentba5e586b24ba8ddd4b847abcc40a8132b93093cd (diff)
downloadvaadin-framework-2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8.tar.gz
vaadin-framework-2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8.zip
deprecate vaadin-snasphots repo (#12405)
* deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 5cd631f9c7..7af97ba015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>