Change cdt proxy version 18/83218/1
authorPatrick Brady <patrick.brady@att.com>
Mon, 25 Mar 2019 16:21:12 +0000 (09:21 -0700)
committerPatrick Brady <patrick.brady@att.com>
Mon, 25 Mar 2019 16:21:16 +0000 (09:21 -0700)
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

installation/appc/pom.xml

index 1628f5f..c1fa756 100644 (file)
@@ -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>