diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:38 +0100 |
commit | df0b09be1f3743a4db9cdbec0fe304167b0b835c (patch) | |
tree | 2da34f06491741f15842cee389e8623ba912c976 /auth | |
parent | f04cbfa86f09a79cc17585d0faf90b65f4245c40 (diff) |
Update snapshot and/or references of policy/apex-pdp to latest snapshots
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If859b088c5975c8dda67c34f335658c98341be57
Diffstat (limited to 'auth')
-rw-r--r-- | auth/cli-codegen/pom.xml | 2 | ||||
-rw-r--r-- | auth/cli-editor/pom.xml | 2 | ||||
-rw-r--r-- | auth/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index 51dfe539a..8414bf489 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>2.7.3-SNAPSHOT</version> + <version>2.7.4-SNAPSHOT</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index f5a113a8d..3268ef9ee 100644 --- a/auth/cli-editor/pom.xml +++ b/auth/cli-editor/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>2.7.3-SNAPSHOT</version> + <version>2.7.4-SNAPSHOT</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index 3bcae4e9c..b88d1a32a 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.7.3-SNAPSHOT</version> + <version>2.7.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |