diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-02 16:08:07 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-02 16:08:07 -0700 |
commit | 873442ebfa2df6c610fa4e53d940c4493979ebb5 (patch) | |
tree | b740623b67f45e31e260efe6069d49a63c14d99f | |
parent | acb8997a69725a39270a6527b33995f51c1e4586 (diff) |
Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: I50382154cac487247c3824cff802fb7993b5c3ae
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> <relativePath /> </parent> <groupId>org.onap.so</groupId> |