Skip to content

Commit

Permalink
Update archetypes version (#7186)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 21, 2024
1 parent 6ea537a commit d47ccc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/doc/developer/tutorial/create.adoc
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit d47ccc6

Please sign in to comment.