diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-05-16 16:15:06 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-05-16 16:15:06 +0000 |
commit | 5ee96c5e0411a098ffb7b9802b90982af4c2dbcd (patch) | |
tree | 1a74839f082d9385eeed25f789cec5299f6580a4 /services | |
parent | 9995483ab06953be9a0feab0c4ebfc4de16ca0b2 (diff) |
Release policy/apex-pdp3.1.3
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 e3e57fc77..cefdc23f3 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>3.1.3-SNAPSHOT</version> + <version>3.1.3</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 4a3abc215..c3201d39e 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>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 91ba626cd..4118c6d46 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>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>services-onappf</artifactId> |