diff options
author | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:22:02 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:35:34 +0100 |
commit | 57fbf692d7affd2d93ed7f0d0d782cdfe7cc4cf2 (patch) | |
tree | 9acba3e83b2839fbad13b0739a724afb9b83acd6 /services | |
parent | df0b09be1f3743a4db9cdbec0fe304167b0b835c (diff) |
Set snapshot and/or references of policy/apex-pdp for new release
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4073
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I36c398ac9f30480b55e7ad15b3fb4161d8999206
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | services/services-engine/pom.xml | 2 | ||||
-rw-r--r-- | services/services-onappf/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/services/pom.xml b/services/pom.xml index 7beade07e..f546a62d1 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.7.4-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.services</groupId> diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index cfb055abc..4d364936d 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.7.4-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 12b97f3b1..d2eb7f21c 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.7.4-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |