diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 08:04:56 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 08:04:56 +0000 |
commit | 9617e04df8f57280b2ffa48840f6b649cc4f85df (patch) | |
tree | 1ef455f3ebb66981bf98093d7390fea7cdcf5dba /auth | |
parent | fed8b5cf7c6a87dd18c09c64f3969dbde4edd693 (diff) |
Release policy/apex-pdp2.8.1
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 c15b68414..2c54c6030 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.8.1-SNAPSHOT</version> + <version>2.8.1</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 152ee26d2..0d23d67d1 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.8.1-SNAPSHOT</version> + <version>2.8.1</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index ce18b00d0..e0afc0766 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.8.1-SNAPSHOT</version> + <version>2.8.1</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |