This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8af5644b976db1708880e446e049dc6fe90662e1 Author: James Netherton <[email protected]> AuthorDate: Fri Mar 20 07:48:55 2020 +0000 Fix lingering reference to Maven 3.5.3 --- docs/modules/ROOT/pages/contributor-guide.adoc | 2 +- extensions-jvm/openstack/integration-test/pom.xml | 2 +- extensions-jvm/openstack/runtime/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/contributor-guide.adoc b/docs/modules/ROOT/pages/contributor-guide.adoc index 8e61d00..b8051c0 100644 --- a/docs/modules/ROOT/pages/contributor-guide.adoc +++ b/docs/modules/ROOT/pages/contributor-guide.adoc @@ -11,7 +11,7 @@ * If your are on Linux, `docker` is sufficient for the native mode too. Use `-Pnative,docker` instead of `-Pnative` if you choose this option. * Java 8 -* Maven 3.5.3+ (unless you use the Maven Wrapper, a.k.a. `mvnw` available in the source tree). +* Maven 3.6.2+ (unless you use the Maven Wrapper, a.k.a. `mvnw` available in the source tree). [[how-to-build]] == How to build diff --git a/extensions-jvm/openstack/integration-test/pom.xml b/extensions-jvm/openstack/integration-test/pom.xml index 3bf0725..0a3e3c7 100644 --- a/extensions-jvm/openstack/integration-test/pom.xml +++ b/extensions-jvm/openstack/integration-test/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>camel-quarkus-openstack-integration-test</artifactId> - <name>Camel Quarkus :: OpenStack Cinder :: Integration Test</name> + <name>Camel Quarkus :: OpenStack :: Integration Test</name> <description>Integration tests for Camel Quarkus OpenStack extension</description> <properties> diff --git a/extensions-jvm/openstack/runtime/pom.xml b/extensions-jvm/openstack/runtime/pom.xml index 32e6072..6f28885 100644 --- a/extensions-jvm/openstack/runtime/pom.xml +++ b/extensions-jvm/openstack/runtime/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>camel-quarkus-openstack</artifactId> - <name>Camel Quarkus :: OpenStack Cinder :: Runtime</name> + <name>Camel Quarkus :: OpenStack :: Runtime</name> <description>The openstack component allows you to interact with OpenStack APIs.</description> <properties>
