diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 15:24:58 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 15:24:58 -0400 |
commit | 40aff8274b38f6eca82de9b0b6a3a35059c43c11 (patch) | |
tree | 37761f86b2bb56fe7ca9852973eda583d3c9212e /generic-resource-api/pom.xml | |
parent | 19e65a8a9406208654c27557fd074eead872bfa8 (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 'generic-resource-api/pom.xml')
-rw-r--r-- | generic-resource-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index 3e2386c9..0808184d 100644 --- a/generic-resource-api/pom.xml +++ b/generic-resource-api/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>generic-resource-api</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api</name> |