We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d01e59 commit e744b30Copy full SHA for e744b30
2 files changed
README.md
@@ -7,7 +7,7 @@ Project creation
7
$ mvn archetype:generate \
8
-DarchetypeGroupId=com.pigumer.tools.archetype \
9
-DarchetypeArtifactId=openapi-archetype \
10
- -DarchetypeVersion=0.1.10 \
+ -DarchetypeVersion=0.1.11 \
11
-DgroupId=com.pigumer.example-service \
12
-DartifactId=example-service-generated-modules \
13
-DserviceId=example \
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.pigumer.tools.archetype</groupId>
6
<artifactId>openapi-archetype</artifactId>
- <version>0.1.10</version>
+ <version>0.1.11</version>
<packaging>maven-archetype</packaging>
<name>openapi-archetype</name>
0 commit comments