diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-16 09:39:33 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-16 09:39:39 -0400 |
commit | 3cfaa0a6be945fc7cee2da44dc5c93ad1b122f17 (patch) | |
tree | 16dbf1beba9b1001e29359403d1c9b857d7fddf0 /services | |
parent | 45a4cfb852361d16570479446f0df1f8d91b6cf6 (diff) |
Upgrade apex-pdp 2.0.5 version3.0.2-ONAPcasablanca
For Casablanca Maintenance Release 3.0.2 - keystore upgrade.
Issue-ID: POLICY-1649
Change-Id: I1e260a9689477bc605acec4dfe4e29c97136efd0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | services/services-engine/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/pom.xml b/services/pom.xml index cdf3db669..9704374d9 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.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</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 b6c80f3a9..9ec1af6af 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> |