Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update archetypes #7148

Merged
merged 2 commits into from Mar 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions content/doc/developer/tutorial/create.adoc
Expand Up @@ -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
Expand All @@ -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.
NotMyFault marked this conversation as resolved.
Show resolved Hide resolved
<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