diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 08:04:56 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 08:04:56 +0000 |
commit | 9617e04df8f57280b2ffa48840f6b649cc4f85df (patch) | |
tree | 1ef455f3ebb66981bf98093d7390fea7cdcf5dba /services | |
parent | fed8b5cf7c6a87dd18c09c64f3969dbde4edd693 (diff) |
Release policy/apex-pdp2.8.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 6990e3f40..4e98620fd 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.8.1-SNAPSHOT</version> + <version>2.8.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 6b88d1ebd..be69083fb 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.8.1-SNAPSHOT</version> + <version>2.8.1</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 596b02a2f..e064a9cb0 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.8.1-SNAPSHOT</version> + <version>2.8.1</version> </parent> <artifactId>services-onappf</artifactId> |