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 /test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml | |
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 'test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml')
-rw-r--r-- | test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml index c6c7e4c0c7..e96d8ad5d1 100644 --- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml +++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml @@ -135,13 +135,6 @@ <repository> <id>vaadin-prereleases</id> <url>https://maven.vaadin.com/vaadin-prereleases</url> - </repository> - <repository> - <id>vaadin-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> <snapshots> <enabled>true</enabled> </snapshots> @@ -151,13 +144,6 @@ <pluginRepository> <id>vaadin-prereleases</id> <url>https://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> |