diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 15:00:10 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 15:00:10 -0400 |
commit | 58e8a2eaea63b0dd62833ed4b948dfadcca3cfed (patch) | |
tree | 69c7e712bc982b8a2b4c2d0cb5993e9d194f4873 /cds-ui | |
parent | 8c3b5208471975c3dedcee23bc7b1a075006ee3f (diff) |
Roll to next snapshot
Roll to next snapshot version
Change-Id: I9ec9655ed36ededa95d75d14338835eb9e86804e
Issue-ID: CCSDK-1701
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 | 4 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 145a4c933..e8af0e926 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.2-SNAPSHOT</version> + <version>0.6.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.3-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 6bfd45068..ec84fda10 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.2-SNAPSHOT</version> + <version>0.6.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>cds-ui-client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 202f052b3..ec823ed15 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -24,13 +24,13 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.3-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 21ab20fa8..bf1391c12 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.2-SNAPSHOT</version> + <version>0.6.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>cds-ui-server</name> |