diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-03-14 21:39:59 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-03-14 22:30:36 +0000 |
commit | 13563a6aef6eb5497ecb6353ac8c83e742ca4630 (patch) | |
tree | 79af9219d16a171ba0d91475f5815cac22e16819 | |
parent | 4f56964e3ceda4f6777e4afbe150d567b095183f (diff) |
Update oparent version to 1.1.0
Directive from ONAP project that all repos should be updated.
Change vierified with a build with .m2 /org/onap cleared.
Change-Id: I38e19b2b07214f66a7d92acba5c8611200b5a02f
Issue-ID: POLICY-693
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> |