diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-22 05:54:44 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-22 05:54:44 +0000 |
commit | 7346de5c2c2818720585d61c8286b4ca37749550 (patch) | |
tree | 1043b6835ec69856c507612e8e05f08f17852135 /pom.xml | |
parent | f376bfc81c45555a7873a90354330857c1118812 (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-4461
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I033582b49a73aee189c7c90d9ee0469d76181a53
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.6.2-SNAPSHOT</version> + <version>3.6.1</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.11.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.7.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.11.1</policy.common.version> + <policy.models.version>2.7.2</policy.models.version> </properties> <modules> |