diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-09-06 10:08:29 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-09-06 10:12:52 +0530 |
commit | b1fa69f83a75f1372bac906a9e4c3a53bf092f56 (patch) | |
tree | 4ea680a3fe031f03987eb3837815d6f59ed85115 /products/openecomp/features | |
parent | d96e1929fd0dd3ed813bf352c2c27719b393fc52 (diff) |
OCLIP: Bump version for release
Issue-ID: CLI-122
Change-Id: I87f707bbb19a8fdd2717fc941aad23eaca7d5824
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/openecomp/features')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index 8f5ad2ee..91ee4606 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>2.0.2</version> + <version>2.0.3</version> </parent> <artifactId>cli-products-openecomp-features-aai</artifactId> diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 4f5d6783..4746d4b2 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>2.0.2</version> + <version>2.0.3</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 78c12712..aa8f3065 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>2.0.2</version> + <version>2.0.3</version> </parent> <artifactId>cli-products-openecomp-features-sdc</artifactId> |