diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-03-26 09:20:19 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-03-26 09:20:27 -0700 |
commit | 5fd9306e4737e6d1f75cf1d87f94c66c4a285040 (patch) | |
tree | d98223c0419c24d0ad2a5b554180eb4c91cb1c51 /installation | |
parent | 61b1cc76a92abf7a41caa7e552ce3eeae9b707ab (diff) |
Update version of cdt proxy
Update to the snapshot version of the cdt proxy in
order to enable support for the new cdt authentication.
Change-Id: I90e4e938a2ecf5090e30faeaa39f6b304d38ebd2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1854
Diffstat (limited to 'installation')
-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 abe20fa..9be6829 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.7.0</appc.cdt.version> + <appc.cdt.version>1.7.1-SNAPSHOT</appc.cdt.version> <docker.plugin.version>0.28.0</docker.plugin.version> </properties> |