diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-09 12:23:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-09 12:23:07 -0500 |
commit | 916971350c291fbcd262efd2cc6e32b8fa16390f (patch) | |
tree | 2f2e31997c3a591ace5b32df31d10b79430f041a /features | |
parent | 2ba96090646f163f5f4906906e969a344bfc6384 (diff) |
Release version 2.6.0 maven artifactsmontreal
Release version 2.6.0 (Montreal) maven artifacts and roll to next snapshot
Issue-ID: SDNC-1825
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iebacb0c3d142c0a6e1651a5086f4108bd9aeb672
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 7fe6877e..40093f3f 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.0-SNAPSHOT</version> + <version>2.6.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 b05699dc..221b8501 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.0-SNAPSHOT</version> + <version>2.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 10c32cb3..b605e9d0 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.0-SNAPSHOT</version> + <version>2.6.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 2c3d2965..623770dc 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.0-SNAPSHOT</version> + <version>2.6.1-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> |