diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-26 09:24:39 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-26 09:24:39 +0100 |
commit | 6e53ed6654beb2acf7114e3469d61c4bc5848056 (patch) | |
tree | 575dd6887bb291c551fd8435867d22fb6e450259 /pom.xml | |
parent | fc94d68696d50bfa826f6d54900ffa16cf10b179 (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-4970
Change-Id: I2dee2d96546880469d6dadc3956f7a6476201c5e
Signed-off-by: saul.gill <saul.gill@est.tech>
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>4.1.2</version> + <version>4.1.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.3-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.1.2</policy.common.version> - <policy.models.version>3.1.2</policy.models.version> + <policy.common.version>2.1.3-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.3-SNAPSHOT</policy.models.version> </properties> <modules> |