diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-02 16:25:19 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-02 16:25:19 -0700 |
commit | 408d9521e266d0234ac12e21905b7ff4fe36bb9c (patch) | |
tree | 0fdb86fb006cb72cd4199cf83dbc9786f75c9cfb | |
parent | 78c9d578f5e35015cc5746c2275590f43b4127c9 (diff) |
Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: I84d9ebd4a40b0828dccd6b6836175df6ee7033c4
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | azure/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/azure/pom.xml b/azure/pom.xml index 4c40f04..e7b9bde 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -16,7 +16,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> @@ -16,7 +16,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> |