diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-22 21:51:36 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-22 21:51:36 +0000 |
commit | a22e3f3851321fa26e5aa85b3b805ee2b43484db (patch) | |
tree | 9eb6fa5e468f829d8da4d8425100484617b0d127 /plugins | |
parent | 65045f7aca1d7f94168337f46522a67d1b901c3b (diff) |
Update snapshot and/or references of policy/distribution to latest snapshotskohn
policy/distribution updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4461
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id17deae6584c288f70d1949a301b9fe2a0cfc5f8
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 cd7350f6..59bea2b5 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.8.2-SNAPSHOT</version> + <version>2.8.3-SNAPSHOT</version> </parent> <artifactId>forwarding-plugins</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index 56ac1632..058281c0 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.8.2-SNAPSHOT</version> + <version>2.8.3-SNAPSHOT</version> </parent> <artifactId>distribution-plugins</artifactId> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index cb3c17e4..dd9aec60 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-plugins</artifactId> - <version>2.8.2-SNAPSHOT</version> + <version>2.8.3-SNAPSHOT</version> </parent> <artifactId>reception-plugins</artifactId> |