diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-04-25 13:00:33 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-04-25 13:00:33 +0000 |
commit | fcf2ded7dab16dee38547df52a1123fbccff7316 (patch) | |
tree | 2673bd6623f6ea5f6e5e9b2b7fcd35f766be86fc /auth | |
parent | 239029a1d3b6641111348cf763bb4b8695b9f813 (diff) |
Release policy/apex-pdp3.1.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 ae6966e29..0b1aa465e 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.1.2-SNAPSHOT</version> + <version>3.1.2</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 005bf85ec..255a23e78 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.1.2-SNAPSHOT</version> + <version>3.1.2</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index 5807831b2..beb66506b 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.1.2-SNAPSHOT</version> + <version>3.1.2</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |