Update version of cdt
The version of cdt being downloaded should be 1.4.0
not 1.3.0.
Change-Id: I9084b583fb967f5e2c5417cb88a05e328915c36e
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1037
diff --git a/cdt/pom.xml b/cdt/pom.xml
index bbe44f1..b16ee47 100644
--- a/cdt/pom.xml
+++ b/cdt/pom.xml
@@ -41,8 +41,8 @@
<properties>
<image.name>onap/appc-cdt-image</image.name>
- <appc.release.version>1.3.0</appc.release.version>
- <appc.snapshot.version>1.3.0-SNAPSHOT</appc.snapshot.version>
+ <appc.release.version>1.4.0</appc.release.version>
+ <appc.snapshot.version>1.4.0-SNAPSHOT</appc.snapshot.version>
<!--This version will be over-ridden by jenkins
injecting the version.properties variable file during docker build-->
<appc.docker.staging.version>1.0.0</appc.docker.staging.version>