File tree Expand file tree Collapse file tree
src/main/resources/archetype-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ deploy:clean
1111
1212generate-demo :install
1313 @rm -rf demo
14- @mkdir -p demo; cd demo; mvn archetype:generate -DgroupId=com.foo -DartifactId=demo -Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT -DarchetypeGroupId=io.github.dddplus -DarchetypeArtifactId=dddplus-archetype -DarchetypeVersion=1.0.2 -SNAPSHOT -DinteractiveMode=false -DarchetypeCatalog=internal
14+ @mkdir -p demo; cd demo; mvn archetype:generate -DgroupId=com.foo -DartifactId=demo -Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT -DarchetypeGroupId=io.github.dddplus -DarchetypeArtifactId=dddplus-archetype -DarchetypeVersion=1.1.0 -SNAPSHOT -DinteractiveMode=false -DarchetypeCatalog=internal
1515 @echo " checkout demo/demo"
1616
1717
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A maven archetype that generates a complete [DDDplus](https://github.com/funkyga
1212mvn archetype:generate \
1313 -DarchetypeGroupId=io.github.dddplus \
1414 -DarchetypeArtifactId=dddplus-archetype \
15- -DarchetypeVersion=1.0.2 \
15+ -DarchetypeVersion=1.0.3 \
1616 -DgroupId=com.foo -DartifactId=demo \
1717 -Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT \
1818 -B
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.github.dddplus</groupId >
66 <artifactId >dddplus-archetype</artifactId >
7- <version >1.0.2 -SNAPSHOT</version >
7+ <version >1.1.0 -SNAPSHOT</version >
88 <packaging >maven-archetype</packaging >
99
1010 <name >DDDplus :: Archetype</name >
1616 <connection >scm:git:https://github.com/dddplus/dddplus-archetype.git</connection >
1717 <developerConnection >scm:git:git@github.com:dddplus/dddplus-archetype.git</developerConnection >
1818 <url >https://github.com/dddplus/dddplus-archetype/</url >
19- <tag >v1.0.2 </tag >
19+ <tag >v1.1.0 </tag >
2020 </scm >
2121 <issueManagement >
2222 <system >github</system >
Original file line number Diff line number Diff line change 2323 <spring .version>4.3.12.RELEASE</spring .version>
2424 <mapstruct .version>1.3.1.Final</mapstruct .version>
2525
26- <dddplus .version>1.0.2 -SNAPSHOT</dddplus .version>
26+ <dddplus .version>1.1.0 -SNAPSHOT</dddplus .version>
2727 </properties >
2828
2929 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments