chore: update version
update version to 1.6.5 in build.gradle, AgentDockerfile and ClusterDockerfile; keep sync
This commit is contained in:
parent
deb9e3d502
commit
ef83c46724
@ -1 +1 @@
|
|||||||
Subproject commit bb9e5f9b4fba7d6496c76ae4033f1105a9ae1920
|
Subproject commit 33f8bda6652b752d250cf45a428318c4e587d6ec
|
@ -1 +1 @@
|
|||||||
Subproject commit 37476bd50648deb653c1202fdb4cad6ab5140c82
|
Subproject commit 0dfa8a555a82dbb6c915f77c512563a841c61675
|
@ -2,7 +2,7 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
id 'idea'
|
id 'idea'
|
||||||
}
|
}
|
||||||
def currVersion = "1.6.0"
|
def currVersion = "1.6.5"
|
||||||
ext.projectIds = ['group': 'com.bdware.sc', 'version': currVersion]
|
ext.projectIds = ['group': 'com.bdware.sc', 'version': currVersion]
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
2
common
2
common
@ -1 +1 @@
|
|||||||
Subproject commit 42baeaeef6718a8e394d468c86221125014734ab
|
Subproject commit 654ec47663c2eb5ff7c2cf7d980f5b10c8e1763c
|
@ -4,7 +4,7 @@ ARG GOPRIVATE=bdware.org/*
|
|||||||
ARG GOPROXY=https://goproxy.cn
|
ARG GOPROXY=https://goproxy.cn
|
||||||
|
|
||||||
LABEL maintainer="caihuaqian@internetapi.cn"
|
LABEL maintainer="caihuaqian@internetapi.cn"
|
||||||
LABEL org.bdware.version="1.6.0"
|
LABEL org.bdware.version="1.6.5"
|
||||||
LABEL org.bdware.version.isproduction="true"
|
LABEL org.bdware.version.isproduction="true"
|
||||||
LABEL org.bdware.release-date="2021-12-02"
|
LABEL org.bdware.release-date="2021-12-02"
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ ARG GOPRIVATE=bdware.org/*
|
|||||||
ARG GOPROXY=https://goproxy.cn
|
ARG GOPROXY=https://goproxy.cn
|
||||||
|
|
||||||
LABEL maintainer="caihuaqian@internetapi.cn"
|
LABEL maintainer="caihuaqian@internetapi.cn"
|
||||||
LABEL org.bdware.version="1.6.0"
|
LABEL org.bdware.version="1.6.5"
|
||||||
LABEL org.bdware.version.isproduction="false"
|
LABEL org.bdware.version.isproduction="false"
|
||||||
LABEL org.bdware.release-date="2021-12-02"
|
LABEL org.bdware.release-date="2021-12-02"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user