diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-26 12:17:05 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-26 12:17:13 +0000 |
commit | 298d2d773df72c3d691da2ab9ee70fa88e6b0b54 (patch) | |
tree | db20db1d8d18d1b5a369803c996da77b446d3eed /plugins | |
parent | 397ed3cb307be21d9ca50ed885748fdd035d9a8f (diff) |
Fix snapshot versions in apex-pdp
Two modules in apex-pdp had incorrect snapshot version in Istanbul, this
fixes that error
Issue-ID: POLICY-3849
Change-Id: I39366f36a6970d715a555099f3d68defb82f8a28
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jython/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 0def156c1..0a1c3f03f 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> </parent> <artifactId>plugins-executor-jython</artifactId> |