diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-21 13:13:39 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-21 13:13:39 -0400 |
commit | 2cdb55c097ff15da745d209c9b9f8a11f5e713f2 (patch) | |
tree | ab8cd96550cd30db2127ce28344b307fcac88825 /sdnr/northbound/addCMHandle/feature | |
parent | 19f6abb1f996a6a31b6f330c7f4a998ba4f554da (diff) |
Roll versions for Jakarta
Roll versions to set up for Jakarta release
Issue-ID: CCSDK-3470
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If92ebc85c6e62bee4f30198e7f86b39b1cf07fc3
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 58f892a29..d0f720580 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.2.1</version> + <version>2.3.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-feature</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |