diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-10 16:28:32 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-10 16:28:32 -0500 |
commit | 97980a0fee8aedd42e7ab02a183623a70b8c4192 (patch) | |
tree | b9a83245f246cc74021efeabf833e680825fef73 /features | |
parent | b2982a10cd483d44a4aebf9720c4236b92edb4d9 (diff) |
Release final Oslo version of sdnc/northbound
Issue-ID: SDNC-1850
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1cc25272a801fe8b61089d7f857db0e307e30072
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 1448a33b..41ea19dd 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>3.0.1-SNAPSHOT</version> + <version>3.0.2-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 430e46aa..7d368f77 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>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 4e7420ad..3ff71a8e 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>3.0.1-SNAPSHOT</version> + <version>3.0.2-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 7b87b395..c3ba5999 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>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> |