diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2021-01-13 13:40:08 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2021-01-13 13:40:08 +0100 |
commit | 6c2f544c9e270f59c69077f8d94a499bfeed1b32 (patch) | |
tree | dc090ce6fa8fef505d306ce05f2a101702e407d2 /products/openecomp | |
parent | 81a0c6fd575fcb32be259383766ab53ce947d702 (diff) |
Set new version
- No Metadata in OnapCommand Info section
- Optional parameters with default values are lost after overriding selected parameter
Issue-ID: CLI-349 CLI-348
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I5c1707df114af7eb924e4aac7e7f7981c8b68247
Diffstat (limited to 'products/openecomp')
-rw-r--r-- | products/openecomp/auth/pom.xml | 2 | ||||
-rw-r--r-- | products/openecomp/catalog/pom.xml | 2 | ||||
-rw-r--r-- | products/openecomp/features/aai/pom.xml | 2 | ||||
-rw-r--r-- | products/openecomp/features/pom.xml | 2 | ||||
-rw-r--r-- | products/openecomp/features/sdc/pom.xml | 2 | ||||
-rw-r--r-- | products/openecomp/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/products/openecomp/auth/pom.xml b/products/openecomp/auth/pom.xml index 96cc3822..bbe484fb 100644 --- a/products/openecomp/auth/pom.xml +++ b/products/openecomp/auth/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products-openecomp</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-auth</artifactId> diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index fa6159f7..e0d93fd6 100644 --- a/products/openecomp/catalog/pom.xml +++ b/products/openecomp/catalog/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products-openecomp</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-catalog</artifactId> diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index f062cdf1..e1ab36ed 100644 --- a/products/openecomp/features/aai/pom.xml +++ b/products/openecomp/features/aai/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products-openecomp-features</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-features-aai</artifactId> diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 0deb20ad..341e851d 100644 --- a/products/openecomp/features/pom.xml +++ b/products/openecomp/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products-openecomp</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-features</artifactId> diff --git a/products/openecomp/features/sdc/pom.xml b/products/openecomp/features/sdc/pom.xml index e985129b..723e0f23 100644 --- a/products/openecomp/features/sdc/pom.xml +++ b/products/openecomp/features/sdc/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products-openecomp-features</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-features-sdc</artifactId> diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index df8a84f8..1f585f0a 100644 --- a/products/openecomp/pom.xml +++ b/products/openecomp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-products</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp</artifactId> |