发布1.0.9-SNAPSHOT

This commit is contained in:
董宏宇
2021-02-04 17:44:09 +08:00
parent 931f64047a
commit 91212976bd
2 changed files with 7 additions and 8 deletions

1
.idea/gradle.xml generated
View File

@@ -23,7 +23,6 @@
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>

View File

@@ -23,11 +23,11 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=false
RELEASE=true
# AI CLOUD 云平台
MOGO_NETWORK_VERSION=1.0.8-SNAPSHOT
MOGO_HTTPDNS_VERSION=1.0.8-SNAPSHOT
MOGO_PASSPORT_VERSION=1.0.8-SNAPSHOT
MOGO_SOCKET_VERSION=1.0.8-SNAPSHOT
MOGO_REALTIME_VERSION=1.0.8-SNAPSHOT
MOGO_TANLU_VERSION=1.0.8-SNAPSHOT
MOGO_NETWORK_VERSION=1.0.9-SNAPSHOT
MOGO_HTTPDNS_VERSION=1.0.9-SNAPSHOT
MOGO_PASSPORT_VERSION=1.0.9-SNAPSHOT
MOGO_SOCKET_VERSION=1.0.9-SNAPSHOT
MOGO_REALTIME_VERSION=1.0.9-SNAPSHOT
MOGO_TANLU_VERSION=1.0.9-SNAPSHOT