From fe48e2371b31dbc7bba9e396febf25aec84e027d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Thu, 21 Jan 2021 21:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86maven=E5=BE=97?= =?UTF-8?q?=E5=88=B0=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 1 - foudations/mogo-commons/gradle.properties | 2 +- foudations/mogo-passport/gradle.properties | 2 +- gradle.properties | 9 +++++++-- 4 files changed, 9 insertions(+), 5 deletions(-) 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