diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 17:39:27 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 17:40:09 -0700 |
commit | e2e093ee2fd0ac75491bf6ce060339b19b4a7039 (patch) | |
tree | 5c30426bed3e9525aa4eeeef6d66f016bbd7d1e1 /pom.xml | |
parent | 41de45350f283e110caa3709a55cb7f306b631bb (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Ie0f811137ba4a988e7226a81ea486a1452fc6a03
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Diffstat (limited to 'pom.xml')
-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>0.1.1</version> + <version>1.1.0</version> </parent> <properties> <!-- for the client library, we want to allow 1.6 or later --> |