diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-21 10:00:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-21 10:00:10 -0400 |
commit | de7d39b38f3303b1124fb266e83927dfd5c69639 (patch) | |
tree | f2caaffb274a6617d63f928a5fe1deb089eb3785 /northbound/artifacts/pom.xml | |
parent | 30565d3552e050035148db096af4fb3438c5455d (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: If9f10ad6e93ffa9693f08f3402b7e73ec78b0791
Diffstat (limited to 'northbound/artifacts/pom.xml')
-rwxr-xr-x | northbound/artifacts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index 64ed48e17..865c7e63e 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.0</version> + <version>2.3.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>sli-northbound-artifacts</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |