aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-06-13 12:24:40 -0700
committerPatrick Brady <patrick.brady@att.com>2019-06-13 12:24:44 -0700
commitfd52d134f47a21b205e175fcc331ce8a0c0c5d45 (patch)
treef0c47aee616174d9707e7ec8b2d9c6f155461f9b
parentd3f590c87f20a26272cbaf9d6fde1dcc2e7466b8 (diff)
Fix incorrect cdt proxy version
Change-Id: I07fbafd5e188cc3833cab7ac512fa4532d82f1ae Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
-rw-r--r--installation/appc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 6c5378d..4ede334 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.5.0-SNAPSHOT</appc.cdt.version>
+ <appc.cdt.version>1.5.2</appc.cdt.version>
<docker.plugin.version>0.28.0</docker.plugin.version>
</properties>