diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-11-22 15:37:06 +0530 |
---|---|---|
committer | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-11-23 01:56:52 +0000 |
commit | e11190d055edb89a95b34d5a4355a899307ae3c9 (patch) | |
tree | 14452e0d232a8f5ac5c9854ed8d4c3dbfabbc0fb /profiles | |
parent | b3cb4f477087b5ee8b8af70a32ef4c0c8def82f1 (diff) |
Casablanca final release changes
Issue-ID: CLI-122
Change-Id: Id902cf29488ea6843eeaa345a90d0a6bc4377b72
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 c4faa90f..673cd985 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>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-profiles-command</artifactId> diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index ac2f089f..e6d2bd71 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>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-profiles-http</artifactId> diff --git a/profiles/pom.xml b/profiles/pom.xml index 2ddee696..dac4b47a 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-profiles</artifactId> diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 15b52992..cfd5f228 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>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-profiles-snmp</artifactId> |