diff options
author | 2018-03-16 15:37:05 -0700 | |
---|---|---|
committer | 2018-03-16 15:37:32 -0700 | |
commit | 2db182a78a28d320bddc1a08f0035cf5c196aab8 (patch) | |
tree | 0acf371500f79ed20ff6c418b8591f25d1d13bce | |
parent | 351bda33bfb243d49b9c43a22fa85e2be4a846f9 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I26931bfb479b7a0785a311899844a4bfadd06d3e
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../../oparent</relativePath> </parent> |