diff --git a/inside-notices/pom.xml b/inside-notices/pom.xml
index bbf4aa3b..79932951 100644
--- a/inside-notices/pom.xml
+++ b/inside-notices/pom.xml
@@ -44,7 +44,6 @@
cn.axzo.msgcenter
msg-center-api
- 1.0.0-SNAPSHOT
org.aspectj
diff --git a/msg-center-api/pom.xml b/msg-center-api/pom.xml
index 35b635ad..e387bd69 100644
--- a/msg-center-api/pom.xml
+++ b/msg-center-api/pom.xml
@@ -11,7 +11,7 @@
4.0.0
msg-center-api
- 1.0.1-SNAPSHOT
+ ${msg-center-api-version}
8
diff --git a/msg-center-domain/pom.xml b/msg-center-domain/pom.xml
index bb574f5e..b1f3bea7 100644
--- a/msg-center-domain/pom.xml
+++ b/msg-center-domain/pom.xml
@@ -35,7 +35,6 @@
cn.axzo.msgcenter
msg-center-api
- 1.0.0-SNAPSHOT
compile
diff --git a/msg-center-webapi/pom.xml b/msg-center-webapi/pom.xml
index f700f749..c735a7cf 100644
--- a/msg-center-webapi/pom.xml
+++ b/msg-center-webapi/pom.xml
@@ -45,7 +45,6 @@
cn.axzo.msgcenter
msg-center-api
- 1.0.0-SNAPSHOT
cn.axzo.msg.center.domain
diff --git a/msg-notices/msg-notices-service/pom.xml b/msg-notices/msg-notices-service/pom.xml
index 64236c4f..ee5f941a 100644
--- a/msg-notices/msg-notices-service/pom.xml
+++ b/msg-notices/msg-notices-service/pom.xml
@@ -61,7 +61,6 @@
cn.axzo.msgcenter
msg-center-api
- 1.0.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index d7ec1313..accd252e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
8
UTF-8
1.0.0-SNAPSHOT
+ 1.0.1-SNAPSHOT
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
1.18.22
@@ -80,6 +81,11 @@
msg-center-webapi
${project.version}
+
+ cn.axzo.msgcenter
+ msg-center-api
+ ${msg-center-api-version}
+
com.squareup.okhttp3
okhttp