diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-26 13:44:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-04-28 13:32:03 -0400 |
commit | b0ca47d64671f30d5f5b866cfb78e5177f3a2251 (patch) | |
tree | a684d6e4e3369b24040c498d6111c32b2cd254bd /cds-ui | |
parent | c1628bf38231da93287009f736ac7e2c0ea8ffa7 (diff) |
Update versions for Kohn release
Update versions in master branch for Kohn release
Issue-ID: CCSDK-3641
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I78cbfb5ec5175e87233f263422f7323b22d352de
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 461cd9c72..82838f2f3 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 9544a26de..a97523fb5 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index ca9f7e0b1..93000c31c 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index e73d64acb..8cfbb80c4 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index d2bc9c817..f17f22689 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |