diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:37:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-07 14:29:24 -0400 |
commit | e2583efb02b44664efb7b0f65b2e12f67c650517 (patch) | |
tree | ef1639e1519dbc761c6aa3251ec0ea9aef7f0608 /sdnr/northbound/addCMHandle/feature | |
parent | 10bcf61052635256fc88f51d8c37c8545f4012d5 (diff) |
Update major versions
Update major version to reflect breaking change (Biermann API removal)
in release
Issue-ID: CCSDK-4056
Change-Id: I48ed0ab04100d64eed7b8c21be4a0e4845b34a8e
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/addCMHandle/feature')
-rw-r--r-- | sdnr/northbound/addCMHandle/feature/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sdnr/northbound/addCMHandle/feature/pom.xml b/sdnr/northbound/addCMHandle/feature/pom.xml index be8c13dcd..b7d87c4f8 100644 --- a/sdnr/northbound/addCMHandle/feature/pom.xml +++ b/sdnr/northbound/addCMHandle/feature/pom.xml @@ -19,20 +19,19 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <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.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-feature</artifactId> - <version>1.8.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |