diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-02-28 16:31:28 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-02-28 16:31:28 +0000 |
commit | 622bd8121158389e9d400c6cb9b91f6b11213fb0 (patch) | |
tree | 3cf60d4c4a386ca652de11d6f33822e5877bf697 /services | |
parent | f119dc0b45fd0fbbee2aecc435aca8ad87143709 (diff) |
Release policy/apex-pdp9.0.1-ONAP2.6.2
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 62e2f5e66..1f009af86 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.6.2-SNAPSHOT</version> + <version>2.6.2</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 1c829df3b..d05beda33 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 18f4352e0..04d99b561 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.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>services-onappf</artifactId> |