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 1010mvn archetype:generate \
1111 -DarchetypeGroupId=io.github.dddplus \
1212 -DarchetypeArtifactId=dddplus-archetype \
13- -DarchetypeVersion=1.0.2 \
13+ -DarchetypeVersion=1.0.3 \
1414 -DgroupId=com.foo -DartifactId=demo \
1515 -Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT \
1616 -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.0.3 </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.0.3 </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.0.3 </dddplus .version>
2727 </properties >
2828
2929 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments