diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-09 08:19:00 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-09 08:19:00 -0500 |
commit | af04ae8867d2e3b8a1d93c9100634ecf8413e181 (patch) | |
tree | ea2a88d4b147fd2cc6fd80f0bc66904e5aa6f5fe /cds-ui | |
parent | d01e862e4e16d8d2772d8d10f2040ecb9b12ee69 (diff) |
Roll to next snapshot version
Roll to next snapshot version
Issue-ID: CCSDK-2973
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I55f7dfdc8102a4cb7ff2a77df20cc5a3905e524e
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 1e6b45640..96e5fbb15 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 0bd89b16d..1372f348a 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index f57837ac1..223b82577 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index c8c1fec29..965063e18 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index face4179d..84d41deaf 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |