diff options
author | Kanagaraj Manickam <mkr1481@gamil.com> | 2020-03-20 09:35:35 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2020-03-20 09:35:35 +0530 |
commit | feece77a2cb0e86f2df26a680657255ce0658eef (patch) | |
tree | f244dff03d9188345d7554535051d06cc14689d9 /products/openecomp | |
parent | 340cfffcdbde49174052c094a8e63c01f1850672 (diff) |
Set version 5.0.3
Issue-ID: CLI-255
Change-Id: I98d3f4bb86d1afb2ae6caddf5b29d8cf8afb109e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
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 ee611c63..4c917ea1 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-auth</artifactId> diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index cac9426b..9d2bed73 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-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 a0862a9c..2050a591 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-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 b75a360e..0c1222ff 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-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 c5fc7e0b..e2f5e438 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp-features-sdc</artifactId> diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index 9eac849e..cde0d6eb 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>5.0.2-SNAPSHOT</version> + <version>5.0.3-SNAPSHOT</version> </parent> <artifactId>cli-products-openecomp</artifactId> |