update: 向2.4.0中版本迈进(大中小?)

This commit is contained in:
Wendal Chen 2020-03-09 11:13:47 +08:00
parent 9252b00247
commit 223bbbaf60
168 changed files with 175 additions and 175 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-activiti</artifactId> <artifactId>nutzboot-starter-activiti</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-hystrix-dashboard</artifactId> <artifactId>nutzboot-starter-hystrix-dashboard</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-mybatis</artifactId> <artifactId>nutzboot-starter-mybatis</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-ngrok</artifactId> <artifactId>nutzboot-starter-ngrok</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-uflo</artifactId> <artifactId>nutzboot-starter-uflo</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-ureport</artifactId> <artifactId>nutzboot-starter-ureport</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-urule</artifactId> <artifactId>nutzboot-starter-urule</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-xxl-job-executor</artifactId> <artifactId>nutzboot-starter-xxl-job-executor</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId> <artifactId>nutzboot-parent</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-contrib</artifactId> <artifactId>nutzboot-contrib</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId> <artifactId>nutzboot-parent</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-core</artifactId> <artifactId>nutzboot-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -5,4 +5,4 @@
| |\ || |_/ / |______|______|______|______|______| |/ / | |\ || |_/ / |______|______|______|______|______| |/ /
\_| \_/\____/ |_/_/ \_| \_/\____/ |_/_/
:: Nutz Boot :: (2.3.9.v20200309) :: Nutz Boot :: (2.4.0-SNAPSHOT)

View File

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-cloud</artifactId> <artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-client</artifactId> <artifactId>nutzboot-demo-cloud-client</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-cloud</artifactId> <artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-eureka-server</artifactId> <artifactId>nutzboot-demo-cloud-eureka-server</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-cloud</artifactId> <artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-service</artifactId> <artifactId>nutzboot-demo-cloud-service</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-cloud</artifactId> <artifactId>nutzboot-demo-cloud</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-custom</artifactId> <artifactId>nutzboot-demo-custom</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-custom-starter</artifactId> <artifactId>nutzboot-demo-custom-starter</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-custom</artifactId> <artifactId>nutzboot-demo-custom</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId> <artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-cxf-client</artifactId> <artifactId>nutzboot-demo-cxf-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId> <artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-cxf-common</artifactId> <artifactId>nutzboot-demo-cxf-common</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId> <artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-cxf-service</artifactId> <artifactId>nutzboot-demo-cxf-service</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-cxf</artifactId> <artifactId>nutzboot-demo-cxf</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata-account</artifactId> <artifactId>nutzboot-demo-dubbo-seata-account</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata-common</artifactId> <artifactId>nutzboot-demo-dubbo-seata-common</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata-order</artifactId> <artifactId>nutzboot-demo-dubbo-seata-order</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata-storage</artifactId> <artifactId>nutzboot-demo-dubbo-seata-storage</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata-web</artifactId> <artifactId>nutzboot-demo-dubbo-seata-web</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-seata</artifactId> <artifactId>nutzboot-demo-dubbo-seata</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId> <artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-common</artifactId> <artifactId>nutzboot-demo-dubbo-common</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId> <artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-rpc-client</artifactId> <artifactId>nutzboot-demo-dubbo-rpc-client</artifactId>
<dependencies> <dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId> <artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo-rpc-service</artifactId> <artifactId>nutzboot-demo-dubbo-rpc-service</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-dubbo</artifactId> <artifactId>nutzboot-demo-dubbo</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-feign</artifactId> <artifactId>nutzboot-demo-feign</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-feign-client-json</artifactId> <artifactId>nutzboot-demo-feign-client-json</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-feign</artifactId> <artifactId>nutzboot-demo-feign</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-feign-service</artifactId> <artifactId>nutzboot-demo-feign-service</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-feign</artifactId> <artifactId>nutzboot-demo-feign</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId> <artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-servicecomb-common</artifactId> <artifactId>nutzboot-demo-servicecomb-common</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId> <artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-servicecomb-rpc-client</artifactId> <artifactId>nutzboot-demo-servicecomb-rpc-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId> <artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-servicecomb-rpc-service</artifactId> <artifactId>nutzboot-demo-servicecomb-rpc-service</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-servicecomb</artifactId> <artifactId>nutzboot-demo-servicecomb</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-activiti</artifactId> <artifactId>nutzboot-demo-simple-activiti</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-apollo-client</artifactId> <artifactId>nutzboot-demo-simple-apollo-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-beetl</artifactId> <artifactId>nutzboot-demo-simple-beetl</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-beetlsql</artifactId> <artifactId>nutzboot-demo-simple-beetlsql</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-caffeine</artifactId> <artifactId>nutzboot-demo-simple-caffeine</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-config-client</artifactId> <artifactId>nutzboot-demo-simple-config-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-dao-with-many</artifactId> <artifactId>nutzboot-demo-simple-dao-with-many</artifactId>
<properties> <properties>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-dao-with-slave</artifactId> <artifactId>nutzboot-demo-simple-dao-with-slave</artifactId>
<properties> <properties>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-dao</artifactId> <artifactId>nutzboot-demo-simple-dao</artifactId>
<properties> <properties>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-email</artifactId> <artifactId>nutzboot-demo-simple-email</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-eureka-client</artifactId> <artifactId>nutzboot-demo-simple-eureka-client</artifactId>
<dependencies> <dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<properties> <properties>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<properties> <properties>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-hystrix</artifactId> <artifactId>nutzboot-demo-simple-hystrix</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-j2cache</artifactId> <artifactId>nutzboot-demo-simple-j2cache</artifactId>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-jetty-nacos-config-client</artifactId> <artifactId>nutzboot-demo-simple-jetty-nacos-config-client</artifactId>
<dependencies> <dependencies>
@ -21,7 +21,7 @@
<dependency> <dependency>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-nacos-config-client</artifactId> <artifactId>nutzboot-starter-nacos-config-client</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-jetty-sessionstore</artifactId> <artifactId>nutzboot-demo-simple-jetty-sessionstore</artifactId>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-jetty-with-jsp</artifactId> <artifactId>nutzboot-demo-simple-jetty-with-jsp</artifactId>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-jetty</artifactId> <artifactId>nutzboot-demo-simple-jetty</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-jetx</artifactId> <artifactId>nutzboot-demo-simple-jetx</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mongodb</artifactId> <artifactId>nutzboot-demo-simple-mongodb</artifactId>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mqtt-client</artifactId> <artifactId>nutzboot-demo-simple-mqtt-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mvc-ngrok</artifactId> <artifactId>nutzboot-demo-simple-mvc-ngrok</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mvc-shiro</artifactId> <artifactId>nutzboot-demo-simple-mvc-shiro</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mvc-wkcache</artifactId> <artifactId>nutzboot-demo-simple-mvc-wkcache</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-mvc</artifactId> <artifactId>nutzboot-demo-simple-mvc</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-prevent-duplicate-submit</artifactId> <artifactId>nutzboot-demo-simple-prevent-duplicate-submit</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-quartz</artifactId> <artifactId>nutzboot-demo-simple-quartz</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-rabbitmq</artifactId> <artifactId>nutzboot-demo-simple-rabbitmq</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-redis</artifactId> <artifactId>nutzboot-demo-simple-redis</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-redisson</artifactId> <artifactId>nutzboot-demo-simple-redisson</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-sharding-jdbc</artifactId> <artifactId>nutzboot-demo-simple-sharding-jdbc</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-sqlxmltpl</artifactId> <artifactId>nutzboot-demo-simple-sqlxmltpl</artifactId>
<properties> <properties>

View File

@ -25,6 +25,6 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
</project> </project>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-swagger</artifactId> <artifactId>nutzboot-demo-simple-swagger</artifactId>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-thrift-server</artifactId> <artifactId>nutzboot-demo-simple-thrift-server</artifactId>
<dependencies> <dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-thymeleaf-shiro</artifactId> <artifactId>nutzboot-demo-simple-thymeleaf-shiro</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-thymeleaf</artifactId> <artifactId>nutzboot-demo-simple-thymeleaf</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-tomcat</artifactId> <artifactId>nutzboot-demo-simple-tomcat</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-uflo</artifactId> <artifactId>nutzboot-demo-simple-uflo</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-undertow</artifactId> <artifactId>nutzboot-demo-simple-undertow</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-ureport</artifactId> <artifactId>nutzboot-demo-simple-ureport</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-urule</artifactId> <artifactId>nutzboot-demo-simple-urule</artifactId>
<dependencies> <dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-web3j</artifactId> <artifactId>nutzboot-demo-simple-web3j</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-xxl-job-executor</artifactId> <artifactId>nutzboot-demo-simple-xxl-job-executor</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-zbus</artifactId> <artifactId>nutzboot-demo-simple-zbus</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple-zkclient</artifactId> <artifactId>nutzboot-demo-simple-zkclient</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-simple</artifactId> <artifactId>nutzboot-demo-simple</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-zbus</artifactId> <artifactId>nutzboot-demo-zbus</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-zbus-common</artifactId> <artifactId>nutzboot-demo-zbus-common</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-zbus</artifactId> <artifactId>nutzboot-demo-zbus</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-zbus-rpc-client</artifactId> <artifactId>nutzboot-demo-zbus-rpc-client</artifactId>
<dependencies> <dependencies>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-zbus</artifactId> <artifactId>nutzboot-demo-zbus</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-zbus-rpc-service</artifactId> <artifactId>nutzboot-demo-zbus-rpc-service</artifactId>
<dependencies> <dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo-zbus</artifactId> <artifactId>nutzboot-demo-zbus</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId> <artifactId>nutzboot-parent</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-demo</artifactId> <artifactId>nutzboot-demo</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-starter</artifactId> <artifactId>nutzboot-starter</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-servlet3</artifactId> <artifactId>nutzboot-servlet3</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-starter</artifactId> <artifactId>nutzboot-starter</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-spring4</artifactId> <artifactId>nutzboot-spring4</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.nutz</groupId> <groupId>org.nutz</groupId>
<artifactId>nutzboot-starter</artifactId> <artifactId>nutzboot-starter</artifactId>
<version>2.3.9.v20200309</version> <version>2.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nutzboot-starter-actuator</artifactId> <artifactId>nutzboot-starter-actuator</artifactId>
<dependencies> <dependencies>

Some files were not shown because too many files have changed in this diff Show More