diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2020-03-09 10:25:57 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2020-03-09 10:28:15 +0530 |
commit | f9d859461d6f1fbe42f99e7483674a6a6b0261d6 (patch) | |
tree | 3d08cab6ef36c855fc9e2c37197592c302b2c19e /profiles | |
parent | bc3ff3a75919a7dad6c62148a5a2c39fb0e9b55c (diff) |
Set version 5.0.1
Issue-ID: CLI-257
Change-Id: I1bfbc57204b8d263b25791f16f722ce2b906fc11
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/command/pom.xml | 2 | ||||
-rw-r--r-- | profiles/http/pom.xml | 2 | ||||
-rw-r--r-- | profiles/pom.xml | 2 | ||||
-rw-r--r-- | profiles/snmp/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 199c51b3..96452bf6 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-profiles</artifactId> - <version>5.0.0</version> + <version>5.0.1</version> </parent> <artifactId>cli-profiles-command</artifactId> diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3e32bd53..e4294842 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-profiles</artifactId> - <version>5.0.0</version> + <version>5.0.1</version> </parent> <artifactId>cli-profiles-http</artifactId> diff --git a/profiles/pom.xml b/profiles/pom.xml index 66ef6fb3..ef41731f 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>5.0.0</version> + <version>5.0.1</version> </parent> <artifactId>cli-profiles</artifactId> diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 5d6a903b..cd1972f3 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-profiles</artifactId> - <version>5.0.0</version> + <version>5.0.1</version> </parent> <artifactId>cli-profiles-snmp</artifactId> |