Update cdt pull version
The cdt version we are pulling needs to match the
version that is now being built.
Change-Id: Icc73e74cdd07ea91c5d60db95ca01735aa865948
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-911
diff --git a/cdt/pom.xml b/cdt/pom.xml
index 4d951f0..0134f85 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.6.0</appc.release.version>
- <appc.snapshot.version>1.6.0-SNAPSHOT</appc.snapshot.version>
+ <appc.release.version>1.3.0</appc.release.version>
+ <appc.snapshot.version>1.3.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>