Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funkygao committed Jan 5, 2021
1 parent 4077f3d commit 09b2ab6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -126,7 +126,7 @@ dddplus
<dependency>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus-runtime</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -135,7 +135,7 @@ dddplus
```groovy
dependencies {
...
compile 'io.github.dddplus:dddplus-runtime:1.1.0'
compile 'io.github.dddplus:dddplus-runtime:1.1.1'
}
```

Expand All @@ -153,7 +153,7 @@ mvn install
mvn archetype:generate \
-DarchetypeGroupId=io.github.dddplus \
-DarchetypeArtifactId=dddplus-archetype \
-DarchetypeVersion=1.1.0 \
-DarchetypeVersion=1.1.1 \
-DgroupId=com.foo -DartifactId=demo \
-Dpackage=com.foo -Dversion=1.0.0-SNAPSHOT \
-B
Expand Down
2 changes: 1 addition & 1 deletion dddplus-enforce/pom.xml
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-enforce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dddplus-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dddplus-runtime/pom.xml
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dddplus-spec/pom.xml
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dddplus-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dddplus-unit/pom.xml
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>dddplus-unit</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@ under the License.
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>DDDplus Framework</name>
<description>A lightweight flexible development framework for complex business architecture with full ecosystem!</description>
<url>https://github.com/dddplus/dddplus</url>
Expand Down Expand Up @@ -109,7 +109,7 @@ under the License.
<connection>scm:git:https://github.com/dddplus/dddplus.git</connection>
<developerConnection>scm:git:git@github.com:dddplus/dddplus.git</developerConnection>
<url>https://github.com/dddplus/dddplus/</url>
<tag>v1.1.0</tag>
<tag>v1.1.1</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 09b2ab6

Please sign in to comment.