Skip to content

Commit 4c2652a

Browse files
committed
release 1.1.1
1 parent 6c90051 commit 4c2652a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deploy:clean
1111

1212
generate-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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1313
mvn 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -16,7 +16,7 @@
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>

src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

0 commit comments

Comments
 (0)