This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7fa3f7fcc2f28ba0926676c8274d74c7d62b4f59 Author: Peter Palaga <[email protected]> AuthorDate: Fri Nov 19 12:40:33 2021 +0100 Make maven-release-plugin happy --- integration-tests/solr/pom.xml | 4 +--- poms/build-parent-it/pom.xml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/integration-tests/solr/pom.xml b/integration-tests/solr/pom.xml index 7ed025a..90b6885 100644 --- a/integration-tests/solr/pom.xml +++ b/integration-tests/solr/pom.xml @@ -31,6 +31,7 @@ <description>Integration tests for Camel Quarkus Solr extension</description> <properties> + <camel-quarkus.version>2.5.0-SNAPSHOT</camel-quarkus.version> <solr.trust-store>${project.basedir}/target/ssl/trust-store.jks</solr.trust-store> </properties> @@ -83,9 +84,6 @@ <name>!quickly</name> </property> </activation> - <properties> - <camel-quarkus.version>${project.version}</camel-quarkus.version> - </properties> <build> <plugins> <plugin> diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml index a783282..a8e0a4a 100644 --- a/poms/build-parent-it/pom.xml +++ b/poms/build-parent-it/pom.xml @@ -43,7 +43,7 @@ <camel-quarkus.platform.group-id>io.quarkus</camel-quarkus.platform.group-id> <camel-quarkus.platform.artifact-id>quarkus-bom</camel-quarkus.platform.artifact-id> <camel-quarkus.platform.version>${quarkus.version}</camel-quarkus.platform.version> - <camel-quarkus.version>${project.version}</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs --> + <camel-quarkus.version>2.5.0-SNAPSHOT</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs --> <quarkus.banner.enabled>false</quarkus.banner.enabled> </properties>
