diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-11-13 13:19:16 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-11-13 13:19:16 +0000 |
commit | 2bf14416a29dceab6eff9185e0514516df58c5c1 (patch) | |
tree | 8635fb4d6d5495198e5fa67006ba9bd42449db56 /auth | |
parent | 13c8dcadc51770b45d28705626eae674969aed17 (diff) |
Release policy/apex-pdp3.0.2
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 bb4482168..9cd165fe8 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 507dcaeab..f71c4d128 100644 --- a/auth/cli-editor/pom.xml +++ b/auth/cli-editor/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index cef48b1b1..f3442c290 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>3.0.2-SNAPSHOT</version> + <version>3.0.2</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |