diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-24 13:40:41 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-24 13:40:51 +0000 |
commit | eb923a7b955e420350e62306463434fed198d155 (patch) | |
tree | 89a1a8379c03ddb57883e3b620908151d0e03469 /services | |
parent | c4aa2eb0f467ef8e3e19fcb945995f8cbbefb2ca (diff) |
Bump apex-pdp to 2.5.1-SNAPSHOT
Change-Id: I761ded255a97128f858d3a7ce95f2479b6208a4e
Issue-ID: POLICY-3088
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
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 f259d1b5d..e38c2d37c 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.5.0-SNAPSHOT</version> + <version>2.5.1-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 67241ebf0..5669ab38b 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.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 70b9ecdbc..ef9eebc76 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.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |