diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-08 16:03:21 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-08 16:03:21 -0500 |
commit | ae02c87e1ad58dbf4997b0086815cc255e268a7b (patch) | |
tree | 2bb795c491ff400834e7fcaa00a0a12eb13812cc /cds-ui | |
parent | 34d94c2dd206e31271731c53700c805069b9f3a5 (diff) |
Roll CDS version to 0.6.5-SNAPSHOT
Roll version to next snapshot (0.6.5-SNAPSHOT)
Change-Id: I353c4833e78e5f225c778ac959893f63ec9842d7
Issue-ID: CCSDK-1912
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
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/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 5d92412c7..e25eec16e 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.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 8300eafc6..39e84ebec 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.5-SNAPSHOT</version> <packaging>pom</packaging> <name>cds-ui-client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index d0ddab663..3540e44da 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.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 2d7ad5f86..c8b0637dc 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.5-SNAPSHOT</version> <packaging>pom</packaging> <name>cds-ui-server</name> |