This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to annotated tag camel-quarkus-parent-0.0.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 952d29baf3432822d8e73b88f8051cc777d4b8e6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 25 11:50:00 2019 +0200 [maven-release-plugin] rollback the release of camel-quarkus-parent-0.0.1 --- bom/pom.xml | 5 +++-- build-parent/pom.xml | 7 ++++--- extensions/aws-eks/deployment/pom.xml | 6 ++++-- extensions/aws-eks/pom.xml | 6 ++++-- extensions/aws-eks/runtime/pom.xml | 6 ++++-- extensions/aws-s3/deployment/pom.xml | 6 ++++-- extensions/aws-s3/pom.xml | 6 ++++-- extensions/aws-s3/runtime/pom.xml | 6 ++++-- extensions/aws-sns/deployment/pom.xml | 6 ++++-- extensions/aws-sns/pom.xml | 6 ++++-- extensions/aws-sns/runtime/pom.xml | 6 ++++-- extensions/aws-sqs/deployment/pom.xml | 6 ++++-- extensions/aws-sqs/pom.xml | 6 ++++-- extensions/aws-sqs/runtime/pom.xml | 6 ++++-- extensions/core/deployment/pom.xml | 6 ++++-- extensions/core/pom.xml | 6 ++++-- extensions/core/runtime/pom.xml | 6 ++++-- extensions/direct/deployment/pom.xml | 6 ++++-- extensions/direct/pom.xml | 6 ++++-- extensions/direct/runtime/pom.xml | 6 ++++-- extensions/infinispan/deployment/pom.xml | 6 ++++-- extensions/infinispan/pom.xml | 6 ++++-- extensions/infinispan/runtime/pom.xml | 6 ++++-- extensions/jdbc/deployment/pom.xml | 5 +++-- extensions/jdbc/pom.xml | 6 ++++-- extensions/jdbc/runtime/pom.xml | 6 ++++-- extensions/jetty-common/deployment/pom.xml | 6 ++++-- extensions/jetty-common/pom.xml | 6 ++++-- extensions/jetty-common/runtime/pom.xml | 6 ++++-- extensions/log/deployment/pom.xml | 6 ++++-- extensions/log/pom.xml | 6 ++++-- extensions/log/runtime/pom.xml | 6 ++++-- extensions/netty4-http/deployment/pom.xml | 6 ++++-- extensions/netty4-http/pom.xml | 6 ++++-- extensions/netty4-http/runtime/pom.xml | 6 ++++-- extensions/pom.xml | 5 +++-- extensions/rest/deployment/pom.xml | 6 ++++-- extensions/rest/pom.xml | 6 ++++-- extensions/rest/runtime/pom.xml | 6 ++++-- extensions/salesforce/deployment/pom.xml | 6 ++++-- extensions/salesforce/pom.xml | 6 ++++-- extensions/salesforce/runtime/pom.xml | 6 ++++-- extensions/servlet/deployment/pom.xml | 6 ++++-- extensions/servlet/pom.xml | 6 ++++-- extensions/servlet/runtime/pom.xml | 6 ++++-- extensions/timer/deployment/pom.xml | 6 ++++-- extensions/timer/pom.xml | 6 ++++-- extensions/timer/runtime/pom.xml | 6 ++++-- extensions/xstream-common/deployment/pom.xml | 6 ++++-- extensions/xstream-common/pom.xml | 6 ++++-- extensions/xstream-common/runtime/pom.xml | 6 ++++-- integration-tests/aws/pom.xml | 6 ++++-- integration-tests/core-cdi/pom.xml | 6 ++++-- integration-tests/core/pom.xml | 6 ++++-- integration-tests/infinispan/pom.xml | 6 ++++-- integration-tests/jdbc/pom.xml | 6 ++++-- integration-tests/netty4-http/pom.xml | 6 ++++-- integration-tests/pom.xml | 5 +++-- integration-tests/salesforce/pom.xml | 6 ++++-- integration-tests/servlet/pom.xml | 6 ++++-- pom.xml | 7 ++++--- 61 files changed, 240 insertions(+), 124 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index ad95f64..68bc7c3 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>camel-quarkus-bom</artifactId> diff --git a/build-parent/pom.xml b/build-parent/pom.xml index b435534..9bd0af8 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>camel-quarkus-build-parent</artifactId> @@ -130,7 +131,7 @@ <id>enforce</id> <configuration> <rules> - <dependencyConvergence /> + <dependencyConvergence/> <requireMavenVersion> <version>${supported-maven-versions}</version> </requireMavenVersion> diff --git a/extensions/aws-eks/deployment/pom.xml b/extensions/aws-eks/deployment/pom.xml index 5deedcb..7ce352a 100644 --- a/extensions/aws-eks/deployment/pom.xml +++ b/extensions/aws-eks/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-eks-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-eks/pom.xml b/extensions/aws-eks/pom.xml index f4bc12a..4b7f6f7 100644 --- a/extensions/aws-eks/pom.xml +++ b/extensions/aws-eks/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/aws-eks/runtime/pom.xml b/extensions/aws-eks/runtime/pom.xml index 3026750..9bddee5 100644 --- a/extensions/aws-eks/runtime/pom.xml +++ b/extensions/aws-eks/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-eks-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-s3/deployment/pom.xml b/extensions/aws-s3/deployment/pom.xml index 4c52559..1360c29 100644 --- a/extensions/aws-s3/deployment/pom.xml +++ b/extensions/aws-s3/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-s3-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-s3/pom.xml b/extensions/aws-s3/pom.xml index 90a4839..21d5021 100644 --- a/extensions/aws-s3/pom.xml +++ b/extensions/aws-s3/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/aws-s3/runtime/pom.xml b/extensions/aws-s3/runtime/pom.xml index 358658b..a023322 100644 --- a/extensions/aws-s3/runtime/pom.xml +++ b/extensions/aws-s3/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-s3-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-sns/deployment/pom.xml b/extensions/aws-sns/deployment/pom.xml index 884460b..45355da 100644 --- a/extensions/aws-sns/deployment/pom.xml +++ b/extensions/aws-sns/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-sns-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-sns/pom.xml b/extensions/aws-sns/pom.xml index 616ffb3..d8ce791 100644 --- a/extensions/aws-sns/pom.xml +++ b/extensions/aws-sns/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/aws-sns/runtime/pom.xml b/extensions/aws-sns/runtime/pom.xml index 85dbd97..41ccbc1 100644 --- a/extensions/aws-sns/runtime/pom.xml +++ b/extensions/aws-sns/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-sns-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-sqs/deployment/pom.xml b/extensions/aws-sqs/deployment/pom.xml index b72adab..884ec9c 100644 --- a/extensions/aws-sqs/deployment/pom.xml +++ b/extensions/aws-sqs/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-sqs-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/aws-sqs/pom.xml b/extensions/aws-sqs/pom.xml index f7137f9..84aaa69 100644 --- a/extensions/aws-sqs/pom.xml +++ b/extensions/aws-sqs/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/aws-sqs/runtime/pom.xml b/extensions/aws-sqs/runtime/pom.xml index bc1ab20..90fefde 100644 --- a/extensions/aws-sqs/runtime/pom.xml +++ b/extensions/aws-sqs/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-sqs-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/core/deployment/pom.xml b/extensions/core/deployment/pom.xml index b75bedf..930adf9 100644 --- a/extensions/core/deployment/pom.xml +++ b/extensions/core/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-core-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-core-deployment</artifactId> diff --git a/extensions/core/pom.xml b/extensions/core/pom.xml index 9cd2f21..1260b52 100644 --- a/extensions/core/pom.xml +++ b/extensions/core/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/core/runtime/pom.xml b/extensions/core/runtime/pom.xml index ca6f7fe..434c11d 100644 --- a/extensions/core/runtime/pom.xml +++ b/extensions/core/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-core-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml index f13a7df..b2cff7c 100644 --- a/extensions/direct/deployment/pom.xml +++ b/extensions/direct/deployment/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml index 79f3bd5..eb643e2 100644 --- a/extensions/direct/pom.xml +++ b/extensions/direct/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml index 2d62ea0..10837f8 100644 --- a/extensions/direct/runtime/pom.xml +++ b/extensions/direct/runtime/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml index bcea2a4..fa6dc29 100644 --- a/extensions/infinispan/deployment/pom.xml +++ b/extensions/infinispan/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-infinispan-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml index d04a4d7..afa8630 100644 --- a/extensions/infinispan/pom.xml +++ b/extensions/infinispan/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml index 1b91135..1bce589 100644 --- a/extensions/infinispan/runtime/pom.xml +++ b/extensions/infinispan/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-infinispan-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml index 4700ce0..0417191 100644 --- a/extensions/jdbc/deployment/pom.xml +++ b/extensions/jdbc/deployment/pom.xml @@ -17,11 +17,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jdbc-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index a63bd25..39fa8a1 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml index afee2ca..5ee86c3 100644 --- a/extensions/jdbc/runtime/pom.xml +++ b/extensions/jdbc/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jdbc-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/jetty-common/deployment/pom.xml b/extensions/jetty-common/deployment/pom.xml index 2469286..669548e 100644 --- a/extensions/jetty-common/deployment/pom.xml +++ b/extensions/jetty-common/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jetty-common-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/jetty-common/pom.xml b/extensions/jetty-common/pom.xml index ef041f1..b9654cc 100644 --- a/extensions/jetty-common/pom.xml +++ b/extensions/jetty-common/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/jetty-common/runtime/pom.xml b/extensions/jetty-common/runtime/pom.xml index 7ac4524..f9483b7 100644 --- a/extensions/jetty-common/runtime/pom.xml +++ b/extensions/jetty-common/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jetty-common-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml index 492c5d0..f15a48d 100644 --- a/extensions/log/deployment/pom.xml +++ b/extensions/log/deployment/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-log-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml index 2b772d5..9da8fc1 100644 --- a/extensions/log/pom.xml +++ b/extensions/log/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml index 7f2093e..5fa0010 100644 --- a/extensions/log/runtime/pom.xml +++ b/extensions/log/runtime/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-log-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/netty4-http/deployment/pom.xml b/extensions/netty4-http/deployment/pom.xml index 5fef805..5fc0ba7 100644 --- a/extensions/netty4-http/deployment/pom.xml +++ b/extensions/netty4-http/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-netty4-http-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/netty4-http/pom.xml b/extensions/netty4-http/pom.xml index 245b01c..5c4155b 100644 --- a/extensions/netty4-http/pom.xml +++ b/extensions/netty4-http/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/netty4-http/runtime/pom.xml b/extensions/netty4-http/runtime/pom.xml index 7663dee..87f4a25 100644 --- a/extensions/netty4-http/runtime/pom.xml +++ b/extensions/netty4-http/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-netty4-http-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/pom.xml b/extensions/pom.xml index 6e7c4a1..062d447 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>camel-quarkus-extensions</artifactId> diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml index 197c0fd..917f8fb 100644 --- a/extensions/rest/deployment/pom.xml +++ b/extensions/rest/deployment/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml index e7571b9..1729478 100644 --- a/extensions/rest/pom.xml +++ b/extensions/rest/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml index 2bce433..828c1a6 100644 --- a/extensions/rest/runtime/pom.xml +++ b/extensions/rest/runtime/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml index 056f480..ed4f8c1 100644 --- a/extensions/salesforce/deployment/pom.xml +++ b/extensions/salesforce/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-salesforce-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml index dfaac32..325ac2e 100644 --- a/extensions/salesforce/pom.xml +++ b/extensions/salesforce/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml index ac99eec..7310976 100644 --- a/extensions/salesforce/runtime/pom.xml +++ b/extensions/salesforce/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-salesforce-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml index 4ce11e2..428abfc 100644 --- a/extensions/servlet/deployment/pom.xml +++ b/extensions/servlet/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-servlet-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml index 56292eb..742cc74 100644 --- a/extensions/servlet/pom.xml +++ b/extensions/servlet/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml index ad0db44..feaa80d 100644 --- a/extensions/servlet/runtime/pom.xml +++ b/extensions/servlet/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-servlet-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml index e1d0168..6e6cd4a 100644 --- a/extensions/timer/deployment/pom.xml +++ b/extensions/timer/deployment/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-timer-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml index e157156..105f1b5 100644 --- a/extensions/timer/pom.xml +++ b/extensions/timer/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml index f6e42dd..30c0179 100644 --- a/extensions/timer/runtime/pom.xml +++ b/extensions/timer/runtime/pom.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-timer-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/extensions/xstream-common/deployment/pom.xml b/extensions/xstream-common/deployment/pom.xml index 2f827d8..212d891 100644 --- a/extensions/xstream-common/deployment/pom.xml +++ b/extensions/xstream-common/deployment/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-xstream-common-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/xstream-common/pom.xml b/extensions/xstream-common/pom.xml index 6b24c13..5e6fe21 100644 --- a/extensions/xstream-common/pom.xml +++ b/extensions/xstream-common/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> diff --git a/extensions/xstream-common/runtime/pom.xml b/extensions/xstream-common/runtime/pom.xml index 36a8454..41bed0c 100644 --- a/extensions/xstream-common/runtime/pom.xml +++ b/extensions/xstream-common/runtime/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-xstream-common-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/aws/pom.xml b/integration-tests/aws/pom.xml index a539b35..edcb985 100644 --- a/integration-tests/aws/pom.xml +++ b/integration-tests/aws/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/core-cdi/pom.xml b/integration-tests/core-cdi/pom.xml index 375619c..1c6701f 100644 --- a/integration-tests/core-cdi/pom.xml +++ b/integration-tests/core-cdi/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/core/pom.xml b/integration-tests/core/pom.xml index 3bf644b..74405a3 100644 --- a/integration-tests/core/pom.xml +++ b/integration-tests/core/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml index 7067820..76058fe 100644 --- a/integration-tests/infinispan/pom.xml +++ b/integration-tests/infinispan/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml index 47eee24..fbf4993 100644 --- a/integration-tests/jdbc/pom.xml +++ b/integration-tests/jdbc/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/netty4-http/pom.xml b/integration-tests/netty4-http/pom.xml index 77ea296..5fc9697 100644 --- a/integration-tests/netty4-http/pom.xml +++ b/integration-tests/netty4-http/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8842d5e..a5a1903 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <relativePath>../build-parent/pom.xml</relativePath> </parent> diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml index c2cb801..f479dfd 100644 --- a/integration-tests/salesforce/pom.xml +++ b/integration-tests/salesforce/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml index 6e45866..65bcd22 100644 --- a/integration-tests/servlet/pom.xml +++ b/integration-tests/servlet/pom.xml @@ -17,11 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 7475892..aa320fb 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -28,7 +29,7 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-parent</artifactId> - <version>0.0.1</version> + <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Camel Quarkus</name> @@ -106,7 +107,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-quarkus.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-quarkus.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-quarkus.git;a=summary</url> - <tag>camel-quarkus-parent-0.0.1</tag> + <tag>HEAD</tag> </scm> <issueManagement>