Skip to content

Commit

Permalink
update to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zlt2000 committed Oct 16, 2019
1 parent 736ec07 commit 2ba8a7b
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion 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.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-business</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>code-generator</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-business/file-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-business</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>file-center</artifactId>
<description>文件中心</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-business</artifactId>
<description>业务中心</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/search-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-business</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>search-center</artifactId>
<description>搜索中心</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/search-center/search-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>search-center</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>search-client</artifactId>
<description>搜索中心客户端</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/search-center/search-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>search-center</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>search-server</artifactId>
<description>搜索中心服务端</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-business/user-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-business</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>user-center</artifactId>
<description>用户中心</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-commons</artifactId>
<description>通用组件</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-auth-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-common-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-common-core</artifactId>
<description>公共通用组件</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface CommonConstant {
/**
* 项目版本号(banner使用)
*/
String PROJECT_VERSION = "2.7.2";
String PROJECT_VERSION = "3.0.0";

/**
* token请求头名称
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-common-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-common-spring-boot-starter</artifactId>
<description>公共通用组件</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-db-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-log-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-redis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-ribbon-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-sentinel-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-commons/zlt-swagger2-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-commons</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-demo</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/rocketmq-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>rocketmq-demo</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/rocketmq-demo/rocketmq-consume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>rocketmq-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>rocketmq-consume</artifactId>
<description>rocketMQ消费者demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/rocketmq-demo/rocketmq-produce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>rocketmq-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>rocketmq-produce</artifactId>
<description>rocketMQ生产者demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/rocketmq-demo/rocketmq-transactional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>rocketmq-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>rocketmq-transactional</artifactId>
<description>rocketMQ事务消息demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/account-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>seata-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>account-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/business-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>seata-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>business-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>seata-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>order-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>seata-demo</artifactId>
<description>seata分布式事务demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/seata-common-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>seata-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>seata-common-starter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/seata-demo/storage-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>seata-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>storage-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/sharding-jdbc-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-demo</artifactId>
<description>sharding-jdbc分库分表demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/txlcn-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>txlcn-demo</artifactId>
<description>txlcn分布式事务demo</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/txlcn-demo/txlcn-demo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>txlcn-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>txlcn-demo-common</artifactId>
<name>demo-common</name>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/txlcn-demo/txlcn-demo-spring-service-a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>txlcn-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/txlcn-demo/txlcn-demo-spring-service-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>txlcn-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>txlcn-demo-spring-service-b</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zlt-demo/txlcn-demo/txlcn-demo-spring-service-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>txlcn-demo</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>txlcn-demo-spring-service-c</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zlt-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-gateway</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-gateway/sc-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-gateway</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>sc-gateway</artifactId>
<description>spring cloud gateway网关</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-gateway/zuul-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-gateway</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zuul-gateway</artifactId>
<description>zuul网关</description>
Expand Down
2 changes: 1 addition & 1 deletion zlt-job/job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-job</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>job-admin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-job/job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-job</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>job-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-job/job-executor-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>zlt-job</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>job-executor-samples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zlt-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</parent>
<artifactId>zlt-job</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 2ba8a7b

Please sign in to comment.