diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-11 14:35:59 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-07-11 14:35:59 +0100 |
commit | 3f2d7fcd55d5722682aa7a96d7e808273f29ad5e (patch) | |
tree | 57337fdbdb89e36311e2a61dba82456f7c8c0318 | |
parent | f11fb3b71187308e92315afd46fd1abbee0efffd (diff) |
update policy models references
updated policy models references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4233
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I5dbc1b84e6f210c09e12c121dd252ee7fb40256d
-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.3.2</version> + <version>3.3.3-SNAPSHOT</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.8.2</policy.common.version> - <policy.models.version>2.4.4</policy.models.version> + <policy.common.version>1.8.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.4.6-SNAPSHOT</policy.models.version> </properties> <modules> |