diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-18 08:57:16 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-18 08:57:39 -0700 |
commit | 8d65ad486bd9c52c20d4c5c2c10b45c65644e1cf (patch) | |
tree | c532d859b745b4bca691669dc456e254ba1ae797 | |
parent | bcdd748c6ad00130cdf597c4fd2b5dd4641fac16 (diff) |
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
-rw-r--r-- | cdt/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ limitations under the License. <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> |