From 4c5e337baa7e80e63ab87644b9291b9d866ec870 Mon Sep 17 00:00:00 2001 From: lengleng Date: Sun, 21 Mar 2021 15:28:15 +0800 Subject: [PATCH] :bookmark: Releasing / Version tags. 3.1.0 --- README.md | 8 ++++---- pig-auth/pom.xml | 8 ++++---- pig-common/pig-common-core/pom.xml | 2 +- pig-common/pig-common-datasource/pom.xml | 2 +- pig-common/pig-common-feign/pom.xml | 4 ++-- pig-common/pig-common-job/pom.xml | 2 +- pig-common/pig-common-log/pom.xml | 6 +++--- pig-common/pig-common-mybatis/pom.xml | 2 +- pig-common/pig-common-security/pom.xml | 6 +++--- pig-common/pig-common-swagger/pom.xml | 2 +- pig-common/pig-common-test/pom.xml | 4 ++-- pig-common/pom.xml | 2 +- pig-gateway/pom.xml | 2 +- pig-register/pom.xml | 2 +- pig-upms/pig-upms-api/pom.xml | 2 +- pig-upms/pig-upms-biz/pom.xml | 2 +- pig-upms/pom.xml | 2 +- pig-visual/pig-codegen/pom.xml | 2 +- pig-visual/pig-monitor/pom.xml | 2 +- pig-visual/pig-sentinel-dashboard/pom.xml | 2 +- pig-visual/pig-xxl-job-admin/pom.xml | 2 +- pig-visual/pom.xml | 2 +- pom.xml | 4 ++-- 23 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index acb5f5cc..0c55d92a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ | 依赖 | 版本 | | ---------------------- | ------------- | -| Spring Boot | 2.4.3 | -| Spring Cloud | 2020 | +| Spring Boot | 2.4.4 | +| Spring Cloud | 2020.0.2 | | Spring Cloud Alibaba | 2.2.5.RELEASE | | Spring Security OAuth2 | 2.3.6 | | Mybatis Plus | 3.4.2 | -| hutool | 5.5.8 | +| hutool | 5.6.1 | | Avue | 2.6.16 | ### 模块说明 @@ -98,7 +98,7 @@ mvn archetype:generate \ -Dpackage=com.pig4cloud.pig.demo \ -DarchetypeGroupId=com.pig4cloud.archetype \ -DarchetypeArtifactId=pig-gen \ - -DarchetypeVersion=3.0.5 \ + -DarchetypeVersion=3.1.0 \ -DarchetypeCatalog=local ``` diff --git a/pig-auth/pom.xml b/pig-auth/pom.xml index 38803d2c..b0fe162e 100755 --- a/pig-auth/pom.xml +++ b/pig-auth/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-auth @@ -44,19 +44,19 @@ com.pig4cloud pig-common-feign - 3.0.5 + 3.1.0 com.pig4cloud pig-upms-api - 3.0.5 + 3.1.0 com.pig4cloud pig-common-security - 3.0.5 + 3.1.0 diff --git a/pig-common/pig-common-core/pom.xml b/pig-common/pig-common-core/pom.xml index ed2210a8..71dc379c 100755 --- a/pig-common/pig-common-core/pom.xml +++ b/pig-common/pig-common-core/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-core diff --git a/pig-common/pig-common-datasource/pom.xml b/pig-common/pig-common-datasource/pom.xml index 2fbdb3b3..ea33f57a 100644 --- a/pig-common/pig-common-datasource/pom.xml +++ b/pig-common/pig-common-datasource/pom.xml @@ -21,7 +21,7 @@ pig-common com.pig4cloud - 3.0.5 + 3.1.0 4.0.0 diff --git a/pig-common/pig-common-feign/pom.xml b/pig-common/pig-common-feign/pom.xml index cd331fc1..7bd76b8a 100755 --- a/pig-common/pig-common-feign/pom.xml +++ b/pig-common/pig-common-feign/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 4.0.0 @@ -33,7 +33,7 @@ com.pig4cloud pig-common-core - 3.0.5 + 3.1.0 com.alibaba.cloud diff --git a/pig-common/pig-common-job/pom.xml b/pig-common/pig-common-job/pom.xml index 64b18059..5f36793f 100755 --- a/pig-common/pig-common-job/pom.xml +++ b/pig-common/pig-common-job/pom.xml @@ -23,7 +23,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-job diff --git a/pig-common/pig-common-log/pom.xml b/pig-common/pig-common-log/pom.xml index 5a4328f8..559e9d0c 100755 --- a/pig-common/pig-common-log/pom.xml +++ b/pig-common/pig-common-log/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-log @@ -35,13 +35,13 @@ com.pig4cloud pig-common-core - 3.0.5 + 3.1.0 com.pig4cloud pig-upms-api - 3.0.5 + 3.1.0 diff --git a/pig-common/pig-common-mybatis/pom.xml b/pig-common/pig-common-mybatis/pom.xml index d9058c72..da7fc20e 100755 --- a/pig-common/pig-common-mybatis/pom.xml +++ b/pig-common/pig-common-mybatis/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-mybatis diff --git a/pig-common/pig-common-security/pom.xml b/pig-common/pig-common-security/pom.xml index 3c8d3e31..fea2b7c1 100755 --- a/pig-common/pig-common-security/pom.xml +++ b/pig-common/pig-common-security/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-security @@ -35,7 +35,7 @@ com.pig4cloud pig-common-core - 3.0.5 + 3.1.0 @@ -46,7 +46,7 @@ com.pig4cloud pig-upms-api - 3.0.5 + 3.1.0 diff --git a/pig-common/pig-common-swagger/pom.xml b/pig-common/pig-common-swagger/pom.xml index e938b64b..05591476 100644 --- a/pig-common/pig-common-swagger/pom.xml +++ b/pig-common/pig-common-swagger/pom.xml @@ -24,7 +24,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-swagger diff --git a/pig-common/pig-common-test/pom.xml b/pig-common/pig-common-test/pom.xml index 318202c6..d949a245 100755 --- a/pig-common/pig-common-test/pom.xml +++ b/pig-common/pig-common-test/pom.xml @@ -6,7 +6,7 @@ com.pig4cloud pig-common - 3.0.5 + 3.1.0 pig-common-test @@ -18,7 +18,7 @@ com.pig4cloud pig-common-security - 3.0.5 + 3.1.0 org.springframework.security diff --git a/pig-common/pom.xml b/pig-common/pom.xml index aeecd4eb..2f72f9bc 100755 --- a/pig-common/pom.xml +++ b/pig-common/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-common diff --git a/pig-gateway/pom.xml b/pig-gateway/pom.xml index 1d80c8b7..107811e2 100755 --- a/pig-gateway/pom.xml +++ b/pig-gateway/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-gateway diff --git a/pig-register/pom.xml b/pig-register/pom.xml index 648c8b8e..632c8e3a 100755 --- a/pig-register/pom.xml +++ b/pig-register/pom.xml @@ -18,7 +18,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-register diff --git a/pig-upms/pig-upms-api/pom.xml b/pig-upms/pig-upms-api/pom.xml index 23f7a3f8..6eb12e30 100755 --- a/pig-upms/pig-upms-api/pom.xml +++ b/pig-upms/pig-upms-api/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-upms - 3.0.5 + 3.1.0 pig-upms-api diff --git a/pig-upms/pig-upms-biz/pom.xml b/pig-upms/pig-upms-biz/pom.xml index f8b3199c..8b477af1 100644 --- a/pig-upms/pig-upms-biz/pom.xml +++ b/pig-upms/pig-upms-biz/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-upms - 3.0.5 + 3.1.0 pig-upms-biz diff --git a/pig-upms/pom.xml b/pig-upms/pom.xml index 75718c2a..90490cb1 100755 --- a/pig-upms/pom.xml +++ b/pig-upms/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-upms diff --git a/pig-visual/pig-codegen/pom.xml b/pig-visual/pig-codegen/pom.xml index 1e90709b..e2dafd96 100755 --- a/pig-visual/pig-codegen/pom.xml +++ b/pig-visual/pig-codegen/pom.xml @@ -22,7 +22,7 @@ com.pig4cloud pig-visual - 3.0.5 + 3.1.0 pig-codegen diff --git a/pig-visual/pig-monitor/pom.xml b/pig-visual/pig-monitor/pom.xml index 32d9dd14..17bee9f6 100755 --- a/pig-visual/pig-monitor/pom.xml +++ b/pig-visual/pig-monitor/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig-visual - 3.0.5 + 3.1.0 pig-monitor diff --git a/pig-visual/pig-sentinel-dashboard/pom.xml b/pig-visual/pig-sentinel-dashboard/pom.xml index 959b676c..bf9a72de 100755 --- a/pig-visual/pig-sentinel-dashboard/pom.xml +++ b/pig-visual/pig-sentinel-dashboard/pom.xml @@ -6,7 +6,7 @@ com.pig4cloud pig-visual - 3.0.5 + 3.1.0 pig-sentinel-dashboard diff --git a/pig-visual/pig-xxl-job-admin/pom.xml b/pig-visual/pig-xxl-job-admin/pom.xml index b060cc5b..2d44f7d8 100644 --- a/pig-visual/pig-xxl-job-admin/pom.xml +++ b/pig-visual/pig-xxl-job-admin/pom.xml @@ -4,7 +4,7 @@ com.pig4cloud pig-visual - 3.0.5 + 3.1.0 pig-xxl-job-admin diff --git a/pig-visual/pom.xml b/pig-visual/pom.xml index 36d03be7..2dfdb5e7 100755 --- a/pig-visual/pom.xml +++ b/pig-visual/pom.xml @@ -21,7 +21,7 @@ com.pig4cloud pig - 3.0.5 + 3.1.0 pig-visual diff --git a/pom.xml b/pom.xml index 73f7857d..c8125bbe 100755 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,12 @@ com.pig4cloud pig-cloud-dependencies-parent - 3.0.5 + 3.1.0 com.pig4cloud pig - 3.0.5 + 3.1.0 ${project.artifactId} pom https://www.pig4cloud.com