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 /pom.xml | |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |