diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-21 17:45:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-21 17:45:38 +0100 |
commit | 84f095f4b5a6329a8568c50d997b926d86bf18ab (patch) | |
tree | c2e4cb649afc48468916f68638125b387ddbe1b1 /services | |
parent | ab3134281f1b1fd6a0e14b11890cae11cdfff0ae (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-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I3463647a8a3689518769a5fe5aaab2cfea8438e7
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 8e97e8738..ba351dc2f 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.8.2-SNAPSHOT</version> + <version>2.9.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 116e83b40..77d237972 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.8.2-SNAPSHOT</version> + <version>2.9.0-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index cbace1aad..9fdaa8f16 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.8.2-SNAPSHOT</version> + <version>2.9.0-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |