Skip to content

Commit 702f54e

Browse files
committed
release 1.0.3
1 parent 26168d2 commit 702f54e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

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.0.2-SNAPSHOT</version>
7+
<version>1.0.3</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.0.2</tag>
19+
<tag>v1.0.3</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.0.2-SNAPSHOT</dddplus.version>
26+
<dddplus.version>1.0.3</dddplus.version>
2727
</properties>
2828

2929
<dependencyManagement>

0 commit comments

Comments
 (0)