aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2018-11-06 12:12:28 -0800
committerPatrick Brady <patrick.brady@att.com>2018-11-06 20:14:06 +0000
commit791a3ab6b44c8b2ece29b4db8c4d166e6ffb1a7a (patch)
treef1c23333976fbcfaed0d2723d2e4a80df83260ba
parent544e7a2d0b6383e8fc5b37c5b44c2cfe09871975 (diff)
Fix non-existent release version
Change-Id: Id8aefe4a2ad9e6d08a7eb40e550c7df616b0a645 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
-rw-r--r--cdt/pom.xml2
-rw-r--r--installation/appc/pom.xml2
2 files changed, 2 insertions, 2 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-->
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 35389c2..25f552a 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -40,7 +40,7 @@ limitations under the License.
<properties>
<image.name>onap/appc-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-->