Fix versions of cds-sdc-listener 04/84904/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 10 Apr 2019 16:30:07 +0000 (12:30 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 10 Apr 2019 16:30:07 +0000 (12:30 -0400)
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) <dtimoney@att.com>
ms/cds-sdc-listener/application/pom.xml
ms/cds-sdc-listener/distribution/pom.xml

index c2ec8b9..cbf8ca8 100644 (file)
@@ -18,6 +18,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.ccsdk.cds</groupId>
   <artifactId>cds-sdc-listener-application</artifactId>
+  <version>0.4.2-SNAPSHOT</version>
   <name>CDS-SDC Listener Application </name>
 
   <properties>
index d4ce041..59e3824 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <artifactId>cds-sdc-listener</artifactId>
     <groupId>org.onap.ccsdk.cds</groupId>
-    <version>0.4.1-SNAPSHOT</version>
+    <version>0.4.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>