Skip to content

Commit 052d7da

Browse files
committed
docs: Update cited versions to the release version
1 parent 4cb5ed4 commit 052d7da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the archetype builds the full module tree and wires up all POMs.
1111
mvn archetype:generate \
1212
-DarchetypeGroupId=io.github.jeffjensen \
1313
-DarchetypeArtifactId=java-service-archetype \
14-
-DarchetypeVersion=1.0.0-SNAPSHOT
14+
-DarchetypeVersion=1.0.0
1515
----
1616

1717
See the https://jeffjensen.github.io/java-service-archetype/[project site] for the full prompts reference, module structure, examples, and build instructions.

src/site/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the archetype builds the full module tree and wires up all POMs.
1414
mvn archetype:generate \
1515
-DarchetypeGroupId=io.github.jeffjensen \
1616
-DarchetypeArtifactId=java-service-archetype \
17-
-DarchetypeVersion=1.0.0-SNAPSHOT
17+
-DarchetypeVersion=1.0.0
1818
----
1919

2020
Maven prompts for standard coordinates (`groupId`, `artifactId`, `version`, `package`)

src/site/asciidoc/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
mvn archetype:generate \
1111
-DarchetypeGroupId=io.github.jeffjensen \
1212
-DarchetypeArtifactId=java-service-archetype \
13-
-DarchetypeVersion=1.0.0-SNAPSHOT
13+
-DarchetypeVersion=1.0.0
1414
----
1515

1616
Maven first prompts for the standard Maven coordinates:

0 commit comments

Comments
 (0)