diff options
author | soumya.e.singh <soumya.e.singh@accenture.com> | 2024-12-17 16:13:34 +0530 |
---|---|---|
committer | soumya.e.singh <soumya.e.singh@accenture.com> | 2024-12-17 16:22:27 +0530 |
commit | e8e602b75e4c62c36ecbf8789bd481ef0b6c579e (patch) | |
tree | 5be0a37e225c3c0bad9104d20026a90e58de0fca /cds-ui | |
parent | 17f9df7d96465c26e43bcb0fabc926510469e111 (diff) |
Release version 1.7.1 maven artifacts and roll versionoslo
Release version 1.7.1 of CDS maven artifacts and roll to next snapshot
version
Issue-ID: CCSDK-4068
Signed-off-by: soumya.e.singh <soumya.e.singh@accenture.com>
Change-Id: I5e4974a5e4daf7bc21473414e900eabde2a1ca8f
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 2b46ce51a..fd8d10942 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index cddc33c2e..a0db7cb4f 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 7e8211c3d..85dfee553 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 248562d06..58e3b2790 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 0b9e28583..af21b713b 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |