diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-27 08:48:40 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-27 08:48:40 -0500 |
commit | a8daa6c0bda63e20eb980d940e66f69430d767f8 (patch) | |
tree | 093da068c8781e835f3a399775cd50c3c0f93ac0 /installation | |
parent | 013bee7cdc2f2db170fa9235d29958a7fc5b1104 (diff) |
Roll version for New Delhi release
Update version in master to New Delhi initial version
Issue-ID: SDNC-1827
Change-Id: I7e283df51e84794b6c22690b1d16dd8d3722bfae
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'installation')
-rw-r--r-- | installation/ansible-server/pom.xml | 2 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 8bb5201c..fb595cd2 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index c7e06c15..a0f6458a 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index 8e33c417..64855630 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index aa06272a..939c7771 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 5d1fa8f7..18994cdc 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 82613b7f..585b423a 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |