diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-16 10:51:28 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-16 10:51:28 -0400 |
commit | 55919d433b93bde5dc6eeb50333ae06d4d8ae9e1 (patch) | |
tree | 14b39ee0794397872238a721fd271f521068d2d2 /sdnr/northbound/addCMHandle/provider/pom.xml | |
parent | a5498e53ed66e74fcbf2141e969433920b877282 (diff) |
Fix versions
Some modules are using incorrect version, and one had an internal
dependency that should use project.version to ensure
consistency
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I865db7193a17f92ecb76accc6c0b82e2892f0bc2
Diffstat (limited to 'sdnr/northbound/addCMHandle/provider/pom.xml')
-rw-r--r-- | sdnr/northbound/addCMHandle/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/addCMHandle/provider/pom.xml b/sdnr/northbound/addCMHandle/provider/pom.xml index c0bc47f72..60e6cd307 100644 --- a/sdnr/northbound/addCMHandle/provider/pom.xml +++ b/sdnr/northbound/addCMHandle/provider/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-provider</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |