diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-09 13:16:57 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-09 13:16:57 -0500 |
commit | 7ceeb758abcd8605e2b14d02a347ee19646a0342 (patch) | |
tree | 9abaf09b1048dbc635154b7492b77ebc2af5c8a5 /features | |
parent | 916971350c291fbcd262efd2cc6e32b8fa16390f (diff) |
Roll master to snapshot version for New Delhi releasenewdelhi
Roll snapshot version of master to version for next ONAP release
Issue-ID: SDNC-1825
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4fc02a5f00218a150674633d9d94f6959c03ac37
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 40093f3f..2f21e7f1 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-sdnc-northbound</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 221b8501..7fb74a9d 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-features-installer</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index b605e9d0..4bd585bd 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-feature-aggregator</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features</name> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 623770dc..46c56dc0 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-all</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> |