diff options
author | Patrick Brady <pb071s@att.com> | 2018-06-03 12:49:52 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-06-03 12:49:57 -0700 |
commit | 3f4def33eda1d8797e679caf1dcfa63bfa7c3c7d (patch) | |
tree | 010fda8239dd4640d355b184f31baa68dcc4b0fc | |
parent | 35af46d14b610695c09e34167d227b22f74ffd41 (diff) |
Change to release ver of cdt proxyv1.3.02.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: I1949b6475c225f6f6ddc5a325ed8ea84c4d654d5
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-961
-rw-r--r-- | installation/appc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 48f7aaa..a475669 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -47,7 +47,7 @@ limitations under the License. <appc.docker.staging.version>1.0.0</appc.docker.staging.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <!--Determines the version of the cdt-proxy-service to download and install--> - <appc.cdt.version>1.3.0-SNAPSHOT</appc.cdt.version> + <appc.cdt.version>1.3.0</appc.cdt.version> </properties> |