diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-03-11 11:51:27 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-03-11 11:51:27 +0000 |
commit | c6bb2f6321a26b783feadfe6d1502b953228686b (patch) | |
tree | afcb4b3e3500e3b4cc947033d420cd177d9093bc /services | |
parent | 0332abfaabe4dbd3b3f0f417e3c8137e765733ab (diff) |
Release policy/apex-pdp2.7.1
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 9ea79a918..65a9cceaa 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.7.1-SNAPSHOT</version> + <version>2.7.1</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 80bb359fe..4cfde70cb 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index ff818bbd5..efa2e1d2f 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.7.1-SNAPSHOT</version> + <version>2.7.1</version> </parent> <artifactId>services-onappf</artifactId> |