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 /features | |
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 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 4 | ||||
-rwxr-xr-x | features/installer/pom.xml | 4 | ||||
-rwxr-xr-x | features/pom.xml | 4 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index a4b7ba6c..82bd8854 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.8.0</version> + <version>3.0.0</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-sdnc-northbound</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index e83946c2..c3fc3513 100755 --- a/features/installer/pom.xml +++ b/features/installer/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-features-installer</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index b9729f3c..053116b8 100755 --- a/features/pom.xml +++ b/features/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-feature-aggregator</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features</name> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 6c42581d..b6c6e830 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.8.0</version> + <version>3.0.0</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-all</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> |