diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 79d11f0..978f4dc 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -22,7 +22,6 @@
-
diff --git a/foudations/mogo-commons/gradle.properties b/foudations/mogo-commons/gradle.properties
index 5ced2da..ac8dffd 100644
--- a/foudations/mogo-commons/gradle.properties
+++ b/foudations/mogo-commons/gradle.properties
@@ -1,4 +1,4 @@
GROUP=com.mogo.cloud
POM_ARTIFACT_ID=commons
VERSION_CODE=1
-VERSION_NAME=1.0.1-snapshots
\ No newline at end of file
+VERSION_NAME=1.0.1-SNAPSHOT
\ No newline at end of file
diff --git a/foudations/mogo-passport/gradle.properties b/foudations/mogo-passport/gradle.properties
index b35e34d..81fbcd5 100644
--- a/foudations/mogo-passport/gradle.properties
+++ b/foudations/mogo-passport/gradle.properties
@@ -1,4 +1,4 @@
GROUP=com.mogo.cloud
POM_ARTIFACT_ID=passport
VERSION_CODE=1
-VERSION_NAME=1.0.0
\ No newline at end of file
+VERSION_NAME=1.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 3234342..5d0e279 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,9 +17,14 @@ org.gradle.jvmargs=-Xmx2048m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
-
## maven 配置
RELEASE_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-releases/
SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
-PASSWORD=xintai2018
\ No newline at end of file
+PASSWORD=xintai2018
+# AI CLOUD 云平台
+MOGO_CLOUD_COMMONS_VERSION= 1.0.0
+MOGO_CLOUD_HTTPDNS_VERSION= 1.0.0
+MOGO_CLOUD_PASSPORT_VERSION=1.0.0
+MOGO_CLOUD_TANLU_VERSION= 1.0.0
+MOGO_CLOUD_REALTIME_VERSION=1.0.0
\ No newline at end of file