diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-27 13:57:08 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-27 13:57:14 -0400 |
commit | 54e41a6d8cad605fc67d15858d6a2903968d44f9 (patch) | |
tree | fd6562990fb734d3cb1d582840c01ab165fe4aa3 /plugins | |
parent | 632fee43d49b8320ee3a2950b688d258ff447deb (diff) |
Bump distribution master to 2.5.0-SNAPSHOT
Issue-ID: POLICY-2875
Change-Id: I5d447736a0d74bdce6f6907808d9a7c35a4bf8e0
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/reception-plugins/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index bcf80e87..6d3b6f92 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-plugins</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>forwarding-plugins</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index c93ef856..d10e98f5 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-plugins</artifactId> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 7ef1402f..9e979cc7 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-plugins</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>reception-plugins</artifactId> |