diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-09-02 13:23:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-09-02 13:23:26 +0000 |
commit | 4de0c9348a89871ab2eb88e3010a177113f11058 (patch) | |
tree | b28ecd27f05dbb677e8b3f5fe4a64d54e7b4e53b /auth | |
parent | 51a99ca5dcacbf5bd358b63854e3d39ec1cc7ce4 (diff) |
Release policy/apex-pdp2.7.410.0.1-PF-I1
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 8414bf489..5f06e20bd 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 3268ef9ee..3d9f54c90 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index b88d1a32a..c83742561 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> |