diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-06-23 21:31:03 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-06-23 21:31:03 +0000 |
commit | 03dd6b216c11acd92b6d05ffb4a0d052766d5119 (patch) | |
tree | 456ed610bb39cfb341b164ada457564c5bbd2f3b /auth | |
parent | b7459864ffb9d168fddafcfe42f66ac8a5c33613 (diff) |
Release policy/apex-pdp2.5.3
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 23bc1796c..f7f26c4bc 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index a2d26cd75..d1d548aee 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index b7c614160..8ece159dd 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |