diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-14 15:35:29 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-14 15:35:29 +0000 |
commit | a307261eb1d55d22128361d83d35393ad5bc3799 (patch) | |
tree | 959a16876a8b896825800e8c5dd1e443622e515a | |
parent | a98708667e2bb38c4188af7782207e95f7bfbd68 (diff) |
update parent references in policy/parent pom
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I58fcc6952c480d9e1e21aece31c0dff754b91d8a
-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> |