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 version #7186

Merged
merged 1 commit into from Mar 21, 2024
Merged
Changes from all commits
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
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