diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:12:49 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:12:49 -0400 |
commit | c0c2f4a958d081e848abc3299464d38c3c7f4619 (patch) | |
tree | 0748aeb2ea19261de50b6fc421ce28142aa7d0b4 /pom.xml | |
parent | e8d4f9272855633c57737143032cfe31ee94ddd0 (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-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: Ie7d6aa78bec8eca6c8365e565eaa212350d90f47
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.7.2</version> + <version>3.7.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>2.8.2-SNAPSHOT</version> + <version>2.8.3-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.12.2</policy.common.version> - <policy.models.version>2.8.2</policy.models.version> + <policy.common.version>1.12.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.3-SNAPSHOT</policy.models.version> </properties> <modules> |