diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/http/pom.xml | 2 | ||||
-rw-r--r-- | profiles/pom.xml | 2 | ||||
-rw-r--r-- | profiles/snmp/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index bbd85082..9749edeb 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.0</version> + <version>2.0.1</version> </parent> <artifactId>cli-profiles-http</artifactId> diff --git a/profiles/pom.xml b/profiles/pom.xml index 8dc2dd7e..e51c120e 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.0</version> + <version>2.0.1</version> </parent> <artifactId>cli-profiles</artifactId> diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index ae464f32..6fcd960d 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.0</version> + <version>2.0.1</version> </parent> <artifactId>cli-profiles-snmp</artifactId> |