diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:52:40 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:52:40 +0100 |
commit | 38cdc5826c03ac5b7f151cc26c6bf086edc2a699 (patch) | |
tree | 7b9b17391b600bcc223b3393286651b0045200a0 /pom.xml | |
parent | 908c63769ef2d5bd05008851f0d7dba61243a9d6 (diff) |
Set all cross references of policy/pap
policy/pap updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I03a9adb4b74ad52e09dac1ef2224c3af7d6c5b92
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>4.0.3-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.0.3-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.3-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.0-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.0-SNAPSHOT</policy.models.version> </properties> <modules> |