diff options
author | su622b <su622b@att.com> | 2019-11-20 15:13:53 -0500 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2019-11-20 20:45:01 +0000 |
commit | 050efb3743cc127f2f3a3298d6731dd926994cd2 (patch) | |
tree | f5b121be0bd78ade86bbc9c2b5118fcc05b5035e | |
parent | 5d8ec67db97bdb61b0c07c46afb3a58a02661274 (diff) |
update oparent to 2.1.0
Issue-ID: DMAAP-1341
Change-Id: I7870f3654e7ae3155ecd3a19f2b2e75ba20b336f
Signed-off-by: su622b <su622b@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <properties> <!-- for the client library, we want to allow 1.6 or later --> |