diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-08 09:08:17 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-08 09:08:23 -0400 |
commit | c293413c1c46d3c59ff8a855d683f4614bbe644a (patch) | |
tree | a1f4f313188c8d7a2159ebbfc9d30aa6268d6491 /core | |
parent | bea631afe0a1c236e2ff94da4fadd30b47443028 (diff) |
Bump apex-pdp to 2.4.3-SNAPSHOT
Issue-ID: POLICY-2839
Change-Id: Ia7c847b3dafd28958d5df209af95cac19fa480a0
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'core')
-rw-r--r-- | core/core-engine/pom.xml | 2 | ||||
-rw-r--r-- | core/core-infrastructure/pom.xml | 2 | ||||
-rw-r--r-- | core/core-protocols/pom.xml | 2 | ||||
-rw-r--r-- | core/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index 78ead5a49..5beb0c6a3 100644 --- a/core/core-engine/pom.xml +++ b/core/core-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>core-engine</artifactId> diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index 821e013a2..6f77ae53b 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>core-infrastructure</artifactId> diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index 2ceaaedb5..610d83749 100644 --- a/core/core-protocols/pom.xml +++ b/core/core-protocols/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>core-protocols</artifactId> diff --git a/core/pom.xml b/core/pom.xml index 2a408f1f8..120133aab 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> |