Skip to content

Commit

Permalink
升级2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuihou committed Jul 13, 2020
1 parent 1e34e4c commit 9397880
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.zuihou</groupId>
<artifactId>zuihou-commons</artifactId>
<version>2.4</version>
<version>2.4.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>zuihou项目公共模块</description>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.github.zuihou</groupId>
<artifactId>zuihou-dependencies</artifactId>
<version>2.4</version>
<version>2.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion zuihou-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-cache-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-databases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.zuihou</groupId>
<artifactId>zuihou-dependencies</artifactId>
<version>2.4</version>
<version>2.4.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Spring Boot 2.x项目依赖管理</description>
Expand Down
2 changes: 1 addition & 1 deletion zuihou-dozer-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-injection-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zuihou-j2cache-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-jwt-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-log-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-mq-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zuihou-security-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-swagger2-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-validator-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-xss-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zuihou-zipkin-client-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zuihou-commons</artifactId>
<groupId>com.github.zuihou</groupId>
<version>2.4</version>
<version>2.4.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 9397880

Please sign in to comment.