Wrong version number for stage builds 01/121401/1
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 18 May 2021 13:20:49 +0000 (15:20 +0200)
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 18 May 2021 13:21:07 +0000 (15:21 +0200)
Wrong version number for stage builds

Issue-ID: SDNC-1559
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I66e098fcceb8895de1b9cd5cc922c4597e5d9e75
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: 1805eb0aaac07f5ad19f8b42f94f6c2e7a250435

pom.xml

diff --git a/pom.xml b/pom.xml
index ed4b3b8..2f6b045 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
         <!-- Artifacts -->
         <ccsdk.distribution.version>1.2.0-SNAPSHOT</ccsdk.distribution.version> <!-- Used by platform-logic/setup -->
         <ccsdk.features.version>${ccsdk.distribution.version}</ccsdk.features.version> <!-- Used by installation/sdnc-web -->
-        <sdnc.northbound.version>${project.version}</sdnc.northbound.version> <!-- Used by installation/sdnc -->
+        <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
 
         <!-- docker images -->
         <ccsdk.docker.alpine.j11.version>1.1.1</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->