diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-10-20 13:48:43 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-10-20 13:48:43 +0000 |
commit | 677976a7eea4e086cb733733e2cb55c7b0ee77b6 (patch) | |
tree | 07434fa659ee0634bec8d9e5e8781717b2e57026 /auth | |
parent | f8af7594d7d7c298fa600b6131285495b4e61835 (diff) |
Release policy/apex-pdp2.4.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 5ecd24a9b..3b80317d4 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.4.3-SNAPSHOT</version> + <version>2.4.3</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 0ba345148..981987d88 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.4.3-SNAPSHOT</version> + <version>2.4.3</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index e56afed43..b3668cde8 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.4.3-SNAPSHOT</version> + <version>2.4.3</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |