🔖 Releasing / Version tags. v3.3.0

This commit is contained in:
wjie 2021-08-11 18:43:42 +08:00
parent 449d98832c
commit ede351941b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ mvn archetype:generate \
-Dpackage=com.pig4cloud.pig.demo \ -Dpackage=com.pig4cloud.pig.demo \
-DarchetypeGroupId=com.pig4cloud.archetype \ -DarchetypeGroupId=com.pig4cloud.archetype \
-DarchetypeArtifactId=pig-gen \ -DarchetypeArtifactId=pig-gen \
-DarchetypeVersion=3.2.3 \ -DarchetypeVersion=3.3.0 \
-DarchetypeCatalog=local -DarchetypeCatalog=local
``` ```