diff options
author | Dan Timoney <dtimoney@att.com> | 2020-07-06 12:45:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-07-06 12:45:48 -0400 |
commit | d4e5aa677fa2675bbcec15efad07340c22cac5f6 (patch) | |
tree | e812354c449bd9695fe6622d1ea5aae3229f776c /cds-ui | |
parent | 3b346af513694c07a3cb57734c8b881677c595f6 (diff) |
Roll version to latest Frankfurt snapshot
Roll versions to latest Frankfurt snapshot
Issue-ID: CCSDK-2519
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I440fb78baad8dd3a607599556e712df61d12f6a1
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/designer-client/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 27b278350..d9ce0e6ef 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Application</name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 41ffadce4..857115677 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Client</name> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 3057ea5d2..092dcbbfd 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>designer-client</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS designer Client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index f48cb94d7..79cdf67f9 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Parent</name> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index da1579629..120411bbd 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Server</name> |