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.1.0-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.1 -DinteractiveMode=false -DarchetypeCatalog=internal
1515 @echo " checkout demo/demo"
1616
1717
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ A maven archetype that generates a complete [DDDplus](https://github.com/funkyga
55
66[ ![ Mavenn Central] ( https://img.shields.io/maven-central/v/io.github.dddplus/dddplus-archetype.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=a:dddplus-archetype )
77![ Requirement] ( https://img.shields.io/badge/JDK-8+-green.svg )
8- [ ![ DDDplus version] ( https://img.shields.io/badge/DDDplus-1.1.0 -blue )] ( https://github.com/funkygao/cp-ddd-framework )
8+ [ ![ DDDplus version] ( https://img.shields.io/badge/DDDplus-1.1.1 -blue )] ( https://github.com/funkygao/cp-ddd-framework )
99
1010## Usage
1111
1212``` bash
1313mvn archetype:generate \
1414 -DarchetypeGroupId=io.github.dddplus \
1515 -DarchetypeArtifactId=dddplus-archetype \
16- -DarchetypeVersion=1.1.0 \
16+ -DarchetypeVersion=1.1.1 \
1717 -DgroupId=com.foo -DartifactId=demo \
1818 -Dpackage=com.foo -Dversion=0.0.1-SNAPSHOT \
1919 -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.1.1-SNAPSHOT </version >
7+ <version >1.1.1</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.1.0 </tag >
19+ <tag >v1.1.1 </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.1.0 </dddplus .version>
26+ <dddplus .version>1.1.1 </dddplus .version>
2727 </properties >
2828
2929 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments