diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-01 19:16:11 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-01 19:16:11 -0700 |
commit | 03fe94750f2f517f5291233d4d04a88fee067ca2 (patch) | |
tree | a9f4dcc1ea2684158d88aa5c3b93fda798b8ab89 | |
parent | 292e35c91cb9a8a56b28842e29dd4d141cdbfced (diff) |
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: I18d118b381bca3c1977239f9a4a8f51d055c9b06
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
@@ -30,7 +30,7 @@ stated inside of the file. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> <relativePath/> </parent> <properties> |