diff --git a/pqs-auth/pom.xml b/pqs-auth/pom.xml index a3e48eea5..78b6e2a15 100644 --- a/pqs-auth/pom.xml +++ b/pqs-auth/pom.xml @@ -29,7 +29,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/BizParamConstant.java b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/BizParamConstant.java index 66f3b2013..39ffd88dc 100644 --- a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/BizParamConstant.java +++ b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/BizParamConstant.java @@ -8,7 +8,7 @@ package com.njcn.common.pojo.constant; public interface BizParamConstant { /** - * 前端查询时间类型 + * 前端查询时间类型 测试jenkins打包 * 1年 2季度 3月份 4周 5日 */ String STAT_BIZ_YEAR = "1"; diff --git a/pqs-common/common-echarts/pom.xml b/pqs-common/common-echarts/pom.xml index cc049f778..39bdeba13 100644 --- a/pqs-common/common-echarts/pom.xml +++ b/pqs-common/common-echarts/pom.xml @@ -24,7 +24,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-common/common-web/pom.xml b/pqs-common/common-web/pom.xml index 39e5d70f9..269cd2967 100644 --- a/pqs-common/common-web/pom.xml +++ b/pqs-common/common-web/pom.xml @@ -24,7 +24,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-device/common-device-biz/pom.xml b/pqs-device/common-device-biz/pom.xml index 191b423a8..526b99636 100644 --- a/pqs-device/common-device-biz/pom.xml +++ b/pqs-device/common-device-biz/pom.xml @@ -31,7 +31,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-energy/energy-api/pom.xml b/pqs-energy/energy-api/pom.xml index d110beb1b..5558d940d 100644 --- a/pqs-energy/energy-api/pom.xml +++ b/pqs-energy/energy-api/pom.xml @@ -32,7 +32,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-event/event-api/pom.xml b/pqs-event/event-api/pom.xml index 67e68a01b..bdd2fa9dd 100644 --- a/pqs-event/event-api/pom.xml +++ b/pqs-event/event-api/pom.xml @@ -29,7 +29,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-gateway/pom.xml b/pqs-gateway/pom.xml index a0772a625..68071219a 100644 --- a/pqs-gateway/pom.xml +++ b/pqs-gateway/pom.xml @@ -29,7 +29,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-harmonic/harmonic-api/pom.xml b/pqs-harmonic/harmonic-api/pom.xml index 2ffbf72ed..246ddc258 100644 --- a/pqs-harmonic/harmonic-api/pom.xml +++ b/pqs-harmonic/harmonic-api/pom.xml @@ -30,7 +30,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-job/job-executor/pom.xml b/pqs-job/job-executor/pom.xml index c7ff9446f..6a39aaa1e 100644 --- a/pqs-job/job-executor/pom.xml +++ b/pqs-job/job-executor/pom.xml @@ -35,7 +35,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-prepare/prepare-boot/pom.xml b/pqs-prepare/prepare-boot/pom.xml index 144e9a60f..493710416 100644 --- a/pqs-prepare/prepare-boot/pom.xml +++ b/pqs-prepare/prepare-boot/pom.xml @@ -64,7 +64,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-process/process-api/pom.xml b/pqs-process/process-api/pom.xml index 23cec6eb1..402e5c50c 100644 --- a/pqs-process/process-api/pom.xml +++ b/pqs-process/process-api/pom.xml @@ -30,7 +30,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-system/system-api/pom.xml b/pqs-system/system-api/pom.xml index e1779dd6e..d6086d6f9 100644 --- a/pqs-system/system-api/pom.xml +++ b/pqs-system/system-api/pom.xml @@ -30,7 +30,7 @@ com.njcn - ${micro.sdk} + common-microservice ${project.version} diff --git a/pqs-user/user-api/src/main/java/com/njcn/user/pojo/constant/ComponentState.java b/pqs-user/user-api/src/main/java/com/njcn/user/pojo/constant/ComponentState.java index 930abdbe5..fc9cd75a4 100644 --- a/pqs-user/user-api/src/main/java/com/njcn/user/pojo/constant/ComponentState.java +++ b/pqs-user/user-api/src/main/java/com/njcn/user/pojo/constant/ComponentState.java @@ -6,7 +6,7 @@ package com.njcn.user.pojo.constant; public interface ComponentState { /** - * 状态 0-删除;1-正常;默认正常 + * 状态 0-删除;1-正常;默认正常 测试jenkins打包 */ int DELETE = 0;