aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-10-01 15:24:58 -0400
committerDan Timoney <dtimoney@att.com>2024-10-01 15:24:58 -0400
commit40aff8274b38f6eca82de9b0b6a3a35059c43c11 (patch)
tree37761f86b2bb56fe7ca9852973eda583d3c9212e /pom.xml
parent19e65a8a9406208654c27557fd074eead872bfa8 (diff)
Update major version and fix client
Update major version and adjust swagger to allow client to correctly parse OpenDaylight version of RFC-8040, which is not completely standard. Issue-ID: SDNC-1847 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1e5fce6f3347b3525242b89dad565787ab777e35
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index afe001d7..50ca5ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.8.0</version>
+ <version>3.0.0</version>
<relativePath/>
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-northbound</name>