diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-30 09:11:02 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-30 09:11:02 -0500 |
commit | 0cd6725a4535b331265b2a960afb1cfe92cd6adc (patch) | |
tree | 4aebf7853948c360524693094f3fee2f3adbb0a5 | |
parent | e93b75f8a145db651274ef7f992d7145fc7c98ee (diff) |
Use version 1.0.0 of oparent
Should use version 1.0.0 of oparent
Change-Id: I30933cff36b8b6a914a00058e13366b4af922ffc
Issue-ID: INT-356
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-odlparent</artifactId> - <version>0.1.1</version> + <version>1.0.0</version> <relativePath /> </parent> <dependencyManagement> |