diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-10-19 19:59:31 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-10-19 19:59:31 +0000 |
commit | da93726668b362436cf456a6beb79e0e86d513fb (patch) | |
tree | 4533df6a9cbcaf5ac1581f9299388e1de6feffb7 /services | |
parent | cfc5504cab2ed5a1d5a862a7b159f0893e0b95fb (diff) |
Release policy/apex-pdp2.5.6
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | services/services-engine/pom.xml | 2 | ||||
-rw-r--r-- | services/services-onappf/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/services/pom.xml b/services/pom.xml index 8edd7a72d..588b8e35f 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <groupId>org.onap.policy.apex-pdp.services</groupId> diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 1224c08b5..591e9456f 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 6f917cb6f..24fd827ab 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <artifactId>services-onappf</artifactId> |