diff options
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 458bb0c7..f765d29b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -34,7 +34,7 @@ <properties> <java.version>11</java.version> <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> - <version.parent.resources>3.6.2-SNAPSHOT</version.parent.resources> + <version.parent.resources>3.7.0</version.parent.resources> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry> @@ -25,7 +25,7 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <!-- When changing, also change the oparent.version property --> - <version>3.3.3-SNAPSHOT</version> + <version>3.3.3</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -34,7 +34,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>3.3.3-SNAPSHOT</oparent.version> + <oparent.version>3.3.3</oparent.version> </properties> <modules> |