diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-28 15:02:11 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-28 15:02:11 +0000 |
commit | 0bb1aca133327457443cd94871f13ad88fd0fd00 (patch) | |
tree | bb789fc9d925ad9070307120d7239551eb1529d9 /services | |
parent | a825dc086cf378cfccfee98777dfd317200b7dc0 (diff) |
Update snapshot and/or references of policy/apex-pdp to latest snapshotsjakarta
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4465
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I788840473f4bd21de398f64385e0e5b08bd5ea7c
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 4edaeac03..4665dd2a2 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.5-SNAPSHOT</version> + <version>2.7.6-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 138ea1639..2c0dd9c24 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.5-SNAPSHOT</version> + <version>2.7.6-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 2651911a8..b0b44f77a 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.5-SNAPSHOT</version> + <version>2.7.6-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |