diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-09-21 08:41:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 08:41:19 +0300 |
commit | 2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8 (patch) | |
tree | 2bf093b412af248f52161e9e208d17ea359a627a /bom | |
parent | ba5e586b24ba8ddd4b847abcc40a8132b93093cd (diff) | |
download | vaadin-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 'bom')
-rw-r--r-- | bom/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bom/pom.xml b/bom/pom.xml index 6f6d060c1e..c919864b16 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,8 +25,11 @@ <repositories> <repository> - <id>vaadin-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots</url> + <id>vaadin-prereleases</id> + <url>https://maven.vaadin.com/vaadin-prereleases/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> </repositories> |