diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-08-04 20:14:20 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-08-04 20:14:20 +0000 |
commit | ebdf02ede0042bdb5b572c00077098c31f804199 (patch) | |
tree | 94ab1a5d8fad13a8e9ded7d54f5ee95922d42b8d /services | |
parent | 23f4d5f537f944fbb689e75e591678c9a8757c0a (diff) |
Release policy/apex-pdp8.0.1-ONAP2.5.4
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 48eb39652..9fe52eece 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.4-SNAPSHOT</version> + <version>2.5.4</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 d59419590..6fb09cf26 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.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index d32708a4b..6fee6cfcf 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.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <artifactId>services-onappf</artifactId> |