diff --git a/deployment/pom.xml b/deployment/pom.xml index defd378..d8acb3e 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-parent - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-deployment diff --git a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/QuarkusPluginAdapter.java b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/QuarkusPluginAdapter.java index 5d6a2b3..11ca259 100644 --- a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/QuarkusPluginAdapter.java +++ b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/QuarkusPluginAdapter.java @@ -36,10 +36,10 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import com.vaadin.flow.internal.FrontendUtils; import com.vaadin.flow.internal.StringUtil; import com.vaadin.flow.plugin.base.BuildFrontendUtil; import com.vaadin.flow.plugin.base.PluginAdapterBuild; -import com.vaadin.flow.server.frontend.FrontendUtils; import com.vaadin.flow.server.frontend.installer.Platform; import com.vaadin.flow.server.frontend.scanner.ClassFinder; import com.vaadin.flow.server.scanner.ReflectionsClassFinder; diff --git a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinBuildTimeConfig.java b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinBuildTimeConfig.java index 1648211..4584c1e 100644 --- a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinBuildTimeConfig.java +++ b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinBuildTimeConfig.java @@ -27,8 +27,8 @@ import com.vaadin.flow.server.Constants; import com.vaadin.flow.server.frontend.FrontendTools; +import static com.vaadin.flow.internal.FrontendUtils.FRONTEND; import static com.vaadin.flow.server.Constants.VAADIN_SERVLET_RESOURCES; -import static com.vaadin.flow.server.frontend.FrontendUtils.FRONTEND; @ConfigMapping(prefix = "vaadin.build") @ConfigRoot(phase = ConfigPhase.BUILD_TIME) diff --git a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinPlugin.java b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinPlugin.java index a11874c..9721ea1 100644 --- a/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinPlugin.java +++ b/deployment/src/main/java/com/vaadin/quarkus/deployment/vaadinplugin/VaadinPlugin.java @@ -31,11 +31,11 @@ import com.vaadin.flow.component.dependency.JavaScript; import com.vaadin.flow.component.dependency.JsModule; import com.vaadin.flow.component.dependency.NpmPackage; +import com.vaadin.flow.internal.FrontendUtils; import com.vaadin.flow.plugin.base.BuildFrontendUtil; import com.vaadin.flow.server.Constants; import com.vaadin.flow.server.frontend.BundleValidationUtil; import com.vaadin.flow.server.frontend.ExecutionFailedException; -import com.vaadin.flow.server.frontend.FrontendUtils; import com.vaadin.flow.server.frontend.Options; import com.vaadin.flow.server.frontend.TaskCleanFrontendFiles; import com.vaadin.flow.server.frontend.scanner.ClassFinder; diff --git a/integration-tests/codestarts/pom.xml b/integration-tests/codestarts/pom.xml index a55499a..4028a96 100644 --- a/integration-tests/codestarts/pom.xml +++ b/integration-tests/codestarts/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-codestarts-tests diff --git a/integration-tests/common-test-code/pom.xml b/integration-tests/common-test-code/pom.xml index 5953749..51da405 100644 --- a/integration-tests/common-test-code/pom.xml +++ b/integration-tests/common-test-code/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-common-test-code diff --git a/integration-tests/custom-websocket-dependency/pom.xml b/integration-tests/custom-websocket-dependency/pom.xml index 9f61ebe..41c1c85 100644 --- a/integration-tests/custom-websocket-dependency/pom.xml +++ b/integration-tests/custom-websocket-dependency/pom.xml @@ -6,7 +6,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT ../pom.xml diff --git a/integration-tests/development/pom.xml b/integration-tests/development/pom.xml index 1e37211..e093119 100644 --- a/integration-tests/development/pom.xml +++ b/integration-tests/development/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-development-tests diff --git a/integration-tests/embedded-plugin/pom.xml b/integration-tests/embedded-plugin/pom.xml index 76f1f61..fb710a5 100644 --- a/integration-tests/embedded-plugin/pom.xml +++ b/integration-tests/embedded-plugin/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-embedded-plugin-tests diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 823365d..bafa342 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-parent - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-integration-tests diff --git a/integration-tests/production/pom.xml b/integration-tests/production/pom.xml index eb74808..67d97ef 100644 --- a/integration-tests/production/pom.xml +++ b/integration-tests/production/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus-production-tests diff --git a/integration-tests/reusable-theme/pom.xml b/integration-tests/reusable-theme/pom.xml index 611916b..c7776ae 100644 --- a/integration-tests/reusable-theme/pom.xml +++ b/integration-tests/reusable-theme/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT reusable-theme diff --git a/integration-tests/test-addons/addon-with-jandex/pom.xml b/integration-tests/test-addons/addon-with-jandex/pom.xml index 7723fd8..32d669b 100644 --- a/integration-tests/test-addons/addon-with-jandex/pom.xml +++ b/integration-tests/test-addons/addon-with-jandex/pom.xml @@ -6,7 +6,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT ../../pom.xml diff --git a/integration-tests/test-addons/addon-without-jandex/pom.xml b/integration-tests/test-addons/addon-without-jandex/pom.xml index c6b07b9..8c1e1d6 100644 --- a/integration-tests/test-addons/addon-without-jandex/pom.xml +++ b/integration-tests/test-addons/addon-without-jandex/pom.xml @@ -6,7 +6,7 @@ com.vaadin vaadin-quarkus-integration-tests - 3.0-SNAPSHOT + 3.1-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index beb2443..715491f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.vaadin vaadin-quarkus-parent - 3.0-SNAPSHOT + 3.1-SNAPSHOT pom Vaadin Quarkus - Parent @@ -40,7 +40,7 @@ ${surefire-plugin.version} true - 25.0-SNAPSHOT + 25.1-SNAPSHOT 3.27.0 1.16.0-alpha 1.16.0 diff --git a/runtime/pom.xml b/runtime/pom.xml index 901f358..f5b2042 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-quarkus-parent - 3.0-SNAPSHOT + 3.1-SNAPSHOT vaadin-quarkus