Skip to content

Commit 1d0e517

Browse files
committed
Update the version
1 parent 7accb0a commit 1d0e517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This archetype creates a minimal tinystruct application.
44
## Quick usage
55
```cmd
6-
mvn archetype:generate -DarchetypeGroupId=org.tinystruct -DarchetypeArtifactId=tinystruct-archetype -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=my-tiny-app -Dpackage=com.mycompany.app -DtinystructVersion=1.7.11 -DinteractiveMode=false
6+
mvn archetype:generate -DarchetypeGroupId=org.tinystruct -DarchetypeArtifactId=tinystruct-archetype -DarchetypeVersion=1.0.1 -DgroupId=com.mycompany -DartifactId=my-tiny-app -Dpackage=com.mycompany.app -DtinystructVersion=1.7.11 -DinteractiveMode=false
77
```
88

99
## Usage with installing the archetype locally
@@ -21,7 +21,7 @@ mvn archetype:generate \
2121
-DarchetypeCatalog=local \
2222
-DarchetypeGroupId=org.tinystruct \
2323
-DarchetypeArtifactId=tinystruct-archetype \
24-
-DarchetypeVersion=1.0.0 \
24+
-DarchetypeVersion=1.0.1 \
2525
-DgroupId=com.mycompany \
2626
-DartifactId=my-tiny-app \
2727
-Dpackage=com.mycompany.app \

0 commit comments

Comments
 (0)