diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-06 16:16:51 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-06 16:16:51 +0000 |
commit | 3bbfca830b954a8e536c0a01af726015ce826da4 (patch) | |
tree | b91e05093c0d88e657eb6e3bf8839e371926dcf3 /services | |
parent | e94ec8caa9344d3860b29e3ea88447d7609dea6c (diff) |
Release policy/apex-pdp2.2.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 a1eabec52..9aecf3ab3 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.1-SNAPSHOT</version> + <version>2.2.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 5c913329d..3025cb891 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.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 0c9bc172a..f5c8ee97c 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.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>services-onappf</artifactId> |