diff options
author | liamfallon <liam.fallon@est.tech> | 2021-12-02 15:53:54 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-12-02 15:53:54 +0000 |
commit | e63b2a3b636404b8920257d5bf34952728595920 (patch) | |
tree | db755f6f7d8e4104d1aa1b55fe8f5a8658607594 | |
parent | 66d7d3b3cf4fb6c1396c588ca6f56f64e0f47340 (diff) |
Update snapshot and/or references of policy/api to latest snapshots
*** This commit is generated by a PF release script ***
policy/api updated to its latest own and reference snapshots
Issue-ID: POLICY-3827
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I7761695087771af11c5d68be17e65c127f669518
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.10.0</policy.common.version> - <policy.models.version>2.6.0</policy.models.version> + <policy.common.version>1.10.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.1-SNAPSHOT</policy.models.version> </properties> <modules> |