From 92ad5615e12c179ce8659fca75ca44074f6a22e7 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 3 Mar 2024 13:52:50 +0100 Subject: [PATCH 1/2] Update archetypes Signed-off-by: Alexander Brandes --- content/doc/developer/tutorial/create.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/doc/developer/tutorial/create.adoc b/content/doc/developer/tutorial/create.adoc index 12d67c6352f..fc5d309fa8a 100644 --- a/content/doc/developer/tutorial/create.adoc +++ b/content/doc/developer/tutorial/create.adoc @@ -61,14 +61,14 @@ Choose io.jenkins.archetypes:hello-world-plugin version: 15: 1.15 16: 1.16 17: 1.17 -18: 1.18 -19: 1.19 -20: 1.20 -21: 1.21 -22: 1.22 -23: 1.23 - -Choose a number: 21: *21* // <2> +18: 1.19 +19: 1.20 +20: 1.21 +21: 1.22 +22: 1.23 +23: 1.24 + +Choose a number: 23: *23* // <2> … [INFO] Using property: groupId = unused // <3> [INFO] Using property: package = io.jenkins.plugins.sample @@ -85,7 +85,7 @@ version: 1.0-SNAPSHOT ---- <1> Enter the number for the `hello-world-plugin` archetype, *4* in this case. -<2> This tutorial is based on version 1.23 of the *hello-world-plugin* archetype, so enter *23* to select it. +<2> This tutorial is based on version 1.24 of the *hello-world-plugin* archetype, so enter *24* to select it. <3> `groupId` uniquely identifies your project across all projects. A group ID should follow Java's package name rules. This means it starts with a reversed domain name. From 765d51ce592aab5afa6668fc658c1cea8ad94278 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 3 Mar 2024 13:54:30 +0100 Subject: [PATCH 2/2] Update content/doc/developer/tutorial/create.adoc --- content/doc/developer/tutorial/create.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/developer/tutorial/create.adoc b/content/doc/developer/tutorial/create.adoc index fc5d309fa8a..64ff09a0bf0 100644 --- a/content/doc/developer/tutorial/create.adoc +++ b/content/doc/developer/tutorial/create.adoc @@ -85,7 +85,7 @@ version: 1.0-SNAPSHOT ---- <1> Enter the number for the `hello-world-plugin` archetype, *4* in this case. -<2> This tutorial is based on version 1.24 of the *hello-world-plugin* archetype, so enter *24* to select it. +<2> This tutorial is based on version 1.23 of the *hello-world-plugin* archetype, so enter *23* to select it. <3> `groupId` uniquely identifies your project across all projects. A group ID should follow Java's package name rules. This means it starts with a reversed domain name.