From d47ccc68d18a2718c6d78f746b39b81a4847ea7f Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 21 Mar 2024 23:33:42 +0100 Subject: [PATCH] Update archetypes version (#7186) Signed-off-by: Alexander Brandes --- content/doc/developer/tutorial/create.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/doc/developer/tutorial/create.adoc b/content/doc/developer/tutorial/create.adoc index 64ff09a0bf0..85eb7e442c9 100644 --- a/content/doc/developer/tutorial/create.adoc +++ b/content/doc/developer/tutorial/create.adoc @@ -67,8 +67,9 @@ Choose io.jenkins.archetypes:hello-world-plugin version: 21: 1.22 22: 1.23 23: 1.24 +24: 1.25 -Choose a number: 23: *23* // <2> +Choose a number: 24: *24* // <2> … [INFO] Using property: groupId = unused // <3> [INFO] Using property: package = io.jenkins.plugins.sample @@ -85,7 +86,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.25 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.