diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-11-06 12:12:28 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-06 20:14:06 +0000 |
commit | 791a3ab6b44c8b2ece29b4db8c4d166e6ffb1a7a (patch) | |
tree | f1c23333976fbcfaed0d2723d2e4a80df83260ba /cdt | |
parent | 544e7a2d0b6383e8fc5b37c5b44c2cfe09871975 (diff) |
Fix non-existent release version
Change-Id: Id8aefe4a2ad9e6d08a7eb40e550c7df616b0a645
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
Diffstat (limited to 'cdt')
-rw-r--r-- | cdt/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdt/pom.xml b/cdt/pom.xml index 939b4fd..ca60be3 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -41,7 +41,7 @@ limitations under the License. <properties> <image.name>onap/appc-cdt-image</image.name> - <appc.release.version>1.4.1</appc.release.version> + <appc.release.version>1.4.0</appc.release.version> <appc.snapshot.version>1.4.1-SNAPSHOT</appc.snapshot.version> <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> |