From c32d9524855c132495184d83c8412838654c8d15 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Mon, 19 Feb 2024 16:17:10 +0100 Subject: [PATCH] Fix codestart generation phase (#169) --- .github/project.yml | 1 - .mvn/extensions.xml | 2 +- docs/modules/ROOT/pages/includes/attributes.adoc | 2 +- docs/pom.xml | 1 + integration-tests/{.locker => locker}/pom.xml | 0 pom.xml | 4 ++-- qute-components/pom.xml | 2 +- runtime/pom.xml | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename integration-tests/{.locker => locker}/pom.xml (100%) diff --git a/.github/project.yml b/.github/project.yml index 738c376..549442b 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,3 @@ release: current-version: "1.3.0" next-version: "999-SNAPSHOT" - diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index ea04cb2..e347e36 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ io.mvnpm locker-maven-plugin - 0.0.6 + 1.0.0 \ No newline at end of file diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 41b5a56..9dc1aff 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,4 +1,4 @@ -:project-version: 1.3.0.CR3 +:project-version: 1.3.0 :maven-version: 3.8.1+ diff --git a/docs/pom.xml b/docs/pom.xml index 1d66574..e5812f2 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -18,6 +18,7 @@ quarkus-web-bundler-deployment ${project.version} + diff --git a/integration-tests/.locker/pom.xml b/integration-tests/locker/pom.xml similarity index 100% rename from integration-tests/.locker/pom.xml rename to integration-tests/locker/pom.xml diff --git a/pom.xml b/pom.xml index 3e56b9e..a9ceb4f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,9 +13,9 @@ Quarkus Web Bundler - Parent common-deployment + qute-components runtime deployment - qute-components docs @@ -76,7 +76,7 @@ - integration-tests/.locker + integration-tests/locker integration-tests diff --git a/qute-components/pom.xml b/qute-components/pom.xml index 9c4de9b..666e6cc 100644 --- a/qute-components/pom.xml +++ b/qute-components/pom.xml @@ -10,7 +10,7 @@ Quarkus Web Bundler - Qute Components - Parent pom - deployment runtime + deployment diff --git a/runtime/pom.xml b/runtime/pom.xml index 4018a53..692cfc8 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -31,7 +31,7 @@ generate-codestart-jar - generate-resources + package jar