diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2024-11-06 16:08:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 16:08:52 +0200 |
commit | e0e22686e6057de08e089e15fb20683621115296 (patch) | |
tree | 2a2bdec068285fc9491cb2231bc683f0c4941258 /test/vaadin7-widget-set/pom.xml | |
parent | d1d6e2f6160c5f6114e45c55011597d4edd81685 (diff) | |
download | vaadin-framework-e0e22686e6057de08e089e15fb20683621115296.tar.gz vaadin-framework-e0e22686e6057de08e089e15fb20683621115296.zip |
chore: Downgrade snapshot version for free version (#12635)
Diffstat (limited to 'test/vaadin7-widget-set/pom.xml')
-rw-r--r-- | test/vaadin7-widget-set/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vaadin7-widget-set/pom.xml b/test/vaadin7-widget-set/pom.xml index 45faebf241..4b03f6ef93 100644 --- a/test/vaadin7-widget-set/pom.xml +++ b/test/vaadin7-widget-set/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.15-SNAPSHOT</version> + <version>8.14-SNAPSHOT</version> </parent> <artifactId>vaadin-test-vaadin7-widget-set</artifactId> <packaging>war</packaging> |