This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 58202a2 Remove extra .Final in plugin version
58202a2 is described below
commit 58202a22752585c47241ea0731f6777644a3566a
Author: George Gastaldi <[email protected]>
AuthorDate: Mon Jul 12 00:54:33 2021 -0300
Remove extra .Final in plugin version
---
docs/modules/ROOT/pages/user-guide/first-steps.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index 7e2324f..bc50fe9 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -33,7 +33,7 @@ Quarkus provides a Maven plugin that enables you to quickly
bootstrap projects.
[source,shell,subs="attributes"]
----
-$ mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}.Final:create \
+$ mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=getting-started \
-Dextensions=camel-quarkus-log,camel-quarkus-timer