diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-01-15 06:46:22 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-01-15 06:46:22 +0000 |
commit | 5cb97d74c472b4435c26b0f43a540bfee4e92f44 (patch) | |
tree | d1d38169252ede4ca6a15696fb901989228195b0 /validate | |
parent | 6c2f544c9e270f59c69077f8d94a499bfeed1b32 (diff) |
Release cli6.0.1
Diffstat (limited to 'validate')
-rw-r--r-- | validate/pom.xml | 2 | ||||
-rw-r--r-- | validate/sample-mock-generator/pom.xml | 2 | ||||
-rw-r--r-- | validate/sample-yaml-generator/pom.xml | 2 | ||||
-rw-r--r-- | validate/validation/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/validate/pom.xml b/validate/pom.xml index 5ead8dc8..54eb6334 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>cli-validate</artifactId> diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index b11de03d..b242c7a7 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-validate</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>cli-sample-mock-generator</artifactId> diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index 80480915..9a3c8ca1 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-validate</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>cli-sample-yaml-generator</artifactId> diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index d54ba25f..6ded2ca1 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-validate</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>cli-validation</artifactId> |