diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-07-10 08:01:19 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-07-10 08:01:19 +0000 |
commit | e0e18aa52178860974e8a5b620ebfdfa30c1bba0 (patch) | |
tree | 8fa293dfc57e3b1c812e5e2894ff027bd46d83ec /newton | |
parent | c552ae8b51d3fdae4cfc4cf7a4e996f62fd348db (diff) |
Upgrade to oparent 2.0.0
Which is required by global-jjb
Change-Id: I649358bc9fe8916bc8f47df79637650750b24639
Issue-ID: MULTICLOUD-698
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton')
-rw-r--r-- | newton/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index 6f62e9f2..b3a19a74 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |