diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-20 10:51:53 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-20 11:04:25 -0400 |
commit | 632fee43d49b8320ee3a2950b688d258ff447deb (patch) | |
tree | e231ef849bda5d6764d25993e694440e558496f4 /plugins | |
parent | eb2a7f2d65bcd41287907e716475f53d27e148a0 (diff) |
Bump distribution to 2.4.4 SNAPSHOT
Issue-ID: POLICY-2869
Change-Id: Iccbc23191763dcb9a2781973e29a85e0e34386cf
Signed-off-by: Jim Hahn <jrh3@att.com>
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 fd95132b..bcf80e87 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.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>forwarding-plugins</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index 80af9bb2..c93ef856 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.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>distribution-plugins</artifactId> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 54d404dc..7ef1402f 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.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>reception-plugins</artifactId> |