From 591fcb6fdce702d8846266d56b8904518b4f2cbe Mon Sep 17 00:00:00 2001 From: Funky Gao Date: Wed, 11 Nov 2020 13:20:27 +0800 Subject: [PATCH] switch to 1.1.0-SNAPSHOT --- Makefile | 2 +- README.md | 2 +- pom.xml | 4 ++-- src/main/resources/archetype-resources/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d6e227d..d2f1984 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/README.md b/README.md index ac1d076..6893b5d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 1d6f51a..f8cdeea 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.github.dddplus dddplus-archetype - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT maven-archetype DDDplus :: Archetype @@ -16,7 +16,7 @@ scm:git:https://github.com/dddplus/dddplus-archetype.git scm:git:git@github.com:dddplus/dddplus-archetype.git https://github.com/dddplus/dddplus-archetype/ - v1.0.2 + v1.1.0 github diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 31c3b34..2aad593 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -23,7 +23,7 @@ 4.3.12.RELEASE 1.3.1.Final - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT