diff options
author | 2022-10-19 21:46:59 +0100 | |
---|---|---|
committer | 2022-10-19 21:46:59 +0100 | |
commit | b9f95e370352ac115c500229f5ab44714d591a18 (patch) | |
tree | 4d092103f5dff8dde2c4f143ee68da445644d746 /auth | |
parent | 6b3acc4da099b55ade2b6871e2c50a146e70ab00 (diff) |
Update snapshot and/or references of policy/apex-pdp to latest snapshotshonolulu
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4369
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I6b42f81413ee613cd83850a32a3dab75cabcd299
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 9530f5552..b962f7916 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.5.6-SNAPSHOT</version> + <version>2.5.7-SNAPSHOT</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 5f0280a78..8c19c55f6 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.5.6-SNAPSHOT</version> + <version>2.5.7-SNAPSHOT</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index 0dfe1c51c..0933d4c6c 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.5.6-SNAPSHOT</version> + <version>2.5.7-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |