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.