diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-24 12:19:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-24 12:19:19 -0400 |
commit | 19e65a8a9406208654c27557fd074eead872bfa8 (patch) | |
tree | 524e9b9a48f3624c0fcf6c935ce1d61440ccdf5f /features | |
parent | ed3bd53ecaa8c52cbc6b8d8b36366cea522ae731 (diff) |
Release initial Oslo version
Release initial Oslo version based on OpenDaylight
Potassium
Issue-ID: SDNC-1846
Change-Id: I4024603c6c0cdb9100839c939faac59893f2c7b3
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 6d00de39..a4b7ba6c 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.8.0-SNAPSHOT</version> + <version>2.8.1-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 76475070..e83946c2 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 92bda0f3..b9729f3c 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.8.0-SNAPSHOT</version> + <version>2.8.1-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 f415976c..6c42581d 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> |