diff options
author | RossC <ross.carter@est.tech> | 2020-05-21 12:59:22 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-05-21 12:59:33 +0100 |
commit | 2d0ac521e6dc6efb9223ac87bb4e375c55f470ea (patch) | |
tree | 3a245757c84e088c4db240cb7b789c33d47aa72a /services | |
parent | 7535f8327e6c2654876a8188541cd68f3b712628 (diff) |
Bump apex master to 2.4.0
Issue-ID: POLICY-2514
Change-Id: I764cfe41ed8cf8ffebd4ff076d0b76b79d61e142
Signed-off-by: RossC <ross.carter@est.tech>
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 8303ee1dc..7851693c2 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.3.3-SNAPSHOT</version> + <version>2.4.0-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 7d71f2210..0ba012952 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.3.3-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index eccdbbce2..bc446c46a 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.3.3-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |