From faa75bd648a3880991f4b25e5fb0ae790dd1e741 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 10 Apr 2019 12:30:07 -0400 Subject: Fix versions of cds-sdc-listener Version of cds-sdc-listener is wrong, which causes weird behavior on release builds (several poms are being changed to version 1.2.2-SNAPSHOT instead of 0.4.2) Change-Id: Ia0f20df6eaee9cf6101d25fa9f23fe61d2ce023e Issue-ID: SDNC-710 Signed-off-by: Timoney, Dan (dt5972) --- ms/cds-sdc-listener/application/pom.xml | 1 + ms/cds-sdc-listener/distribution/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ms') diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml index c2ec8b98c..cbf8ca879 100644 --- a/ms/cds-sdc-listener/application/pom.xml +++ b/ms/cds-sdc-listener/application/pom.xml @@ -18,6 +18,7 @@ 4.0.0 org.onap.ccsdk.cds cds-sdc-listener-application + 0.4.2-SNAPSHOT CDS-SDC Listener Application diff --git a/ms/cds-sdc-listener/distribution/pom.xml b/ms/cds-sdc-listener/distribution/pom.xml index d4ce04199..59e3824d7 100644 --- a/ms/cds-sdc-listener/distribution/pom.xml +++ b/ms/cds-sdc-listener/distribution/pom.xml @@ -10,7 +10,7 @@ cds-sdc-listener org.onap.ccsdk.cds - 0.4.1-SNAPSHOT + 0.4.2-SNAPSHOT 4.0.0 -- cgit 1.2.3-korg