diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-28 17:57:58 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-28 17:57:58 +0000 |
commit | 6a519c16390107215746dacc4bdd516f679e0031 (patch) | |
tree | c194f68ec0d8ca8bdbd2a9592d3a71dacfc5823c /services | |
parent | 59658390a07e5e01c22485a4ee13be0b266f9407 (diff) |
Release policy/apex-pdp2.2.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 57b79cb63..755145982 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.2.3-SNAPSHOT</version> + <version>2.2.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 631bddb97..d45bc5826 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.2.3-SNAPSHOT</version> + <version>2.2.3</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index e36391a19..c638ef5c6 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.2.3-SNAPSHOT</version> + <version>2.2.3</version> </parent> <artifactId>services-onappf</artifactId> |