diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:58:43 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:58:43 +0100 |
commit | 32c3d5b6d4df44b14b7870806077820c89419467 (patch) | |
tree | cda8210f361fa5048389b7a0568b1b08d4443380 /pom.xml | |
parent | c42bec210fd0d45bb0546621abebeca9d82d374f (diff) |
Update snapshot and/or references of policy/pap to latest snapshots
policy/pap updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Iacf22dfa0876db72b906b1b4e5b95611379be9b3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,13 +27,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.6.0</version> + <version>3.6.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.11.0</policy.common.version> - <policy.models.version>2.7.0</policy.models.version> + <policy.common.version>1.11.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.1-SNAPSHOT</policy.models.version> </properties> <modules> |