aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-18 15:20:49 +0200
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-18 15:21:07 +0200
commitb56780b0b73738cbeeff7339f968d26ee41dd87f (patch)
tree7774fe32c7891b64a3251efea1d3d4222d6ffb73 /pom.xml
parent586739e510787a60c80d3a63f0de9ea41fa8eeb2 (diff)
Wrong version number for stage builds
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
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ed4b3b84..2f6b0451 100755
--- 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 -->