This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5218d5558f8286ef8dd5b9e1828c5ed0b0f346db Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Feb 19 18:10:12 2021 +0100 Extension parent poms should not inherit from camel-quarkus-build-parent-it --- extensions/avro/pom.xml | 4 ++-- extensions/aws2-ec2/pom.xml | 4 ++-- extensions/elasticsearch-rest/pom.xml | 4 ++-- extensions/mongodb-gridfs/pom.xml | 4 ++-- extensions/rest-openapi/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml index d0919cd..0b279d4 100644 --- a/extensions/avro/pom.xml +++ b/extensions/avro/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-build-parent-it</artifactId> + <artifactId>camel-quarkus-build-parent</artifactId> <version>1.8.0-SNAPSHOT</version> - <relativePath>../../poms/build-parent-it/pom.xml</relativePath> + <relativePath>../../poms/build-parent/pom.xml</relativePath> </parent> <artifactId>camel-quarkus-avro-parent</artifactId> diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml index a909e8e..8842f88 100644 --- a/extensions/aws2-ec2/pom.xml +++ b/extensions/aws2-ec2/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-build-parent-it</artifactId> + <artifactId>camel-quarkus-build-parent</artifactId> <version>1.8.0-SNAPSHOT</version> - <relativePath>../../poms/build-parent-it/pom.xml</relativePath> + <relativePath>../../poms/build-parent/pom.xml</relativePath> </parent> <artifactId>camel-quarkus-aws2-ec2-parent</artifactId> diff --git a/extensions/elasticsearch-rest/pom.xml b/extensions/elasticsearch-rest/pom.xml index bb4712b..65ff1ec 100644 --- a/extensions/elasticsearch-rest/pom.xml +++ b/extensions/elasticsearch-rest/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-build-parent-it</artifactId> + <artifactId>camel-quarkus-build-parent</artifactId> <version>1.8.0-SNAPSHOT</version> - <relativePath>../../poms/build-parent-it/pom.xml</relativePath> + <relativePath>../../poms/build-parent/pom.xml</relativePath> </parent> <artifactId>camel-quarkus-elasticsearch-rest-parent</artifactId> diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml index c036ae7..ac5e51e 100644 --- a/extensions/mongodb-gridfs/pom.xml +++ b/extensions/mongodb-gridfs/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-build-parent-it</artifactId> + <artifactId>camel-quarkus-build-parent</artifactId> <version>1.8.0-SNAPSHOT</version> - <relativePath>../../poms/build-parent-it/pom.xml</relativePath> + <relativePath>../../poms/build-parent/pom.xml</relativePath> </parent> <artifactId>camel-quarkus-mongodb-gridfs-parent</artifactId> diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml index 0a1e2b1..ec4be0d 100644 --- a/extensions/rest-openapi/pom.xml +++ b/extensions/rest-openapi/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-build-parent-it</artifactId> + <artifactId>camel-quarkus-build-parent</artifactId> <version>1.8.0-SNAPSHOT</version> - <relativePath>../../poms/build-parent-it/pom.xml</relativePath> + <relativePath>../../poms/build-parent/pom.xml</relativePath> </parent> <artifactId>camel-quarkus-rest-openapi-parent</artifactId>