diff options
author | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:49:02 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:49:02 +0000 |
commit | 9cfb02d8d5f98e85abf32c9a647d06e822ee6ad0 (patch) | |
tree | 74001cc64547b068edb40ca683837557e5d54aa0 /pom.xml | |
parent | 098e779a98a672e16d02e677ef7db1115302b25f (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I9ae3a478f001a130272e557dbc5d56f5a0bc1f12
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.9.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.5.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.9.2</policy.common.version> + <policy.models.version>2.5.2</policy.models.version> </properties> <modules> |