diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-03-25 09:21:12 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-03-25 09:21:16 -0700 |
commit | d69066a2ed223fc5f525fcff520c5740736c5cb6 (patch) | |
tree | 0c840e381780cb7d45f9349615b613f94a433053 | |
parent | 75b03b9079d049a83ac88dce63317251f1d130a0 (diff) |
Change cdt proxy version
Change to using 1.5.0-SNAPSHOT of the cdt proxy
jar so that the latest changes for https are
brought into the docker image.
Change-Id: I68fde7f577e23dd2056f4e3027927c3ff8e13809
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1551
-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 1628f5f..c1fa756 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.4.0</appc.cdt.version> + <appc.cdt.version>1.5.0-SNAPSHOT</appc.cdt.version> </properties> |