diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-17 09:37:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-17 09:37:49 -0500 |
commit | b44fda41e79eb95995ea60c246d7ab7004a2d34c (patch) | |
tree | 990d6c171320f44a212b58d7382c56f81e195677 /northbound/dataChange/pom.xml | |
parent | e5219d4807c8d52edcd3c7a323134157826ea2c1 (diff) |
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: I73ce6716e297ddc2bf906b21eabc1a1476659643
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'northbound/dataChange/pom.xml')
-rwxr-xr-x | northbound/dataChange/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 11ba63150..50ed43ba7 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |