diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 8cc913da..833820fb 100644
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -21,12 +21,12 @@ export sgzb_modules_base_enable=true
export sgzb_modules_file_enable=false
export sgzb_modules_material_enable=true
-export sgzb_auth_jar=sgzb-auth.jar
-export sgzb_gateway_jar=sgzb-gateway.jar
-export sgzb_modules_system_jar=sgzb-modules-system.jar
-export sgzb_modules_base_jar=sgzb-modules-base.jar
-export sgzb_modules_file_jar=sgzb-modules-file.jar
-export sgzb_modules_material_jar=sgzb-modules-material.jar
+export sgzb_auth_jar=sgzb-auth-nx2.0.jar
+export sgzb_gateway_jar=sgzb-gateway-nx2.0.jar
+export sgzb_modules_system_jar=sgzb-modules-system-nx2.0.jar
+export sgzb_modules_base_jar=sgzb-modules-base-nx2.0.jar
+export sgzb_modules_file_jar=sgzb-modules-file-nx2.0.jar
+export sgzb_modules_material_jar=sgzb-modules-material-nx2.0.jar
export sgzb_auth_port=29200
export sgzb_gateway_port=28080
diff --git a/sgzb-auth/pom.xml b/sgzb-auth/pom.xml
index 762a1791..6565aacc 100644
--- a/sgzb-auth/pom.xml
+++ b/sgzb-auth/pom.xml
@@ -8,7 +8,7 @@
4.0.0
- sgzb-auth
+ sgzb-auth-nx2.0
sgzb-auth认证授权中心
diff --git a/sgzb-gateway/pom.xml b/sgzb-gateway/pom.xml
index f872844a..bb212661 100644
--- a/sgzb-gateway/pom.xml
+++ b/sgzb-gateway/pom.xml
@@ -8,7 +8,7 @@
4.0.0
- sgzb-gateway
+ sgzb-gateway-nx2.0
sgzb-gateway网关模块
diff --git a/sgzb-modules/sgzb-base/pom.xml b/sgzb-modules/sgzb-base/pom.xml
index cd9e37c8..b895e168 100644
--- a/sgzb-modules/sgzb-base/pom.xml
+++ b/sgzb-modules/sgzb-base/pom.xml
@@ -9,7 +9,7 @@
4.0.0
- sgzb-modules-base
+ sgzb-modules-base-nx2.0
sgzb-modules-base基础管理
diff --git a/sgzb-modules/sgzb-material/pom.xml b/sgzb-modules/sgzb-material/pom.xml
index 55b39d09..f02b04dc 100644
--- a/sgzb-modules/sgzb-material/pom.xml
+++ b/sgzb-modules/sgzb-material/pom.xml
@@ -9,7 +9,7 @@
4.0.0
- sgzb-modules-material
+ sgzb-modules-material-nx2.0
sgzb-modules-material
diff --git a/sgzb-modules/sgzb-system/pom.xml b/sgzb-modules/sgzb-system/pom.xml
index 90f9bf93..c2a3b1f5 100644
--- a/sgzb-modules/sgzb-system/pom.xml
+++ b/sgzb-modules/sgzb-system/pom.xml
@@ -9,7 +9,7 @@
4.0.0
- sgzb-modules-system
+ sgzb-modules-system-nx2.0
sgzb-modules-system系统模块