Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set the parent POM in your pom.xml as follows.  Be sure to use the current version of oparent as declared in the version manifest; see ONAP Version Manifest Maven Plugin (Decommissioned).

Code Block
xml
xml
    <parent>
        <groupId>org.onap.oparent</groupId>
        <artifactId>oparent</artifactId>
        <version>1.2.0<3</version>
        <relativePath/>
    </parent>

...