diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 21:34:51 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 21:34:51 +0100 |
commit | 05d0a7340c3ceb3596a58293db4a65f5702b796b (patch) | |
tree | 354e39951927f68e3123e7dcaf5e8bc314485b22 /pom.xml | |
parent | 5ce894461bf720500a3540ac6080fd301ee05a79 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ia650fc73cb0af8e8b36b82791918e23e51367308
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.5.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.10.2</policy.common.version> - <policy.models.version>2.6.2</policy.models.version> + <policy.common.version>1.10.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> </properties> <modules> |