Skip to content

Commit

Permalink
switch to 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
funkygao committed Nov 11, 2020
1 parent 98fc1a1 commit 591fcb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy:clean

generate-demo:install
@rm -rf demo
@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
@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
@echo "checkout demo/demo"


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A maven archetype that generates a complete [DDDplus](https://github.com/funkyga
mvn archetype:generate \
-DarchetypeGroupId=io.github.dddplus \
-DarchetypeArtifactId=dddplus-archetype \
-DarchetypeVersion=1.0.2 \
-DarchetypeVersion=1.0.3 \
-DgroupId=com.foo -DartifactId=demo \
-Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT \
-B
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus-archetype</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>DDDplus :: Archetype</name>
Expand All @@ -16,7 +16,7 @@
<connection>scm:git:https://github.com/dddplus/dddplus-archetype.git</connection>
<developerConnection>scm:git:[email protected]:dddplus/dddplus-archetype.git</developerConnection>
<url>https://github.com/dddplus/dddplus-archetype/</url>
<tag>v1.0.2</tag>
<tag>v1.1.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<spring.version>4.3.12.RELEASE</spring.version>
<mapstruct.version>1.3.1.Final</mapstruct.version>

<dddplus.version>1.0.2-SNAPSHOT</dddplus.version>
<dddplus.version>1.1.0-SNAPSHOT</dddplus.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 591fcb6

Please sign in to comment.