From e6d3924163203b6e6061adcef4ead7ad3f8ce2cf Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Fri, 31 Mar 2017 12:05:47 +0300 Subject: [PATCH] Reversioned org.jdom2 from 2.0.6 to 2.0.6.b0001 This ensures that people loading the target platform will receive the correct version of the plug-in. Currently developers still have old cached versions of the old bundle with version 2.0.6 that the system unwantedly keeps loading while P2 should be loading the correct file on the web. The only way to prevent this is to bump the version qualifier stamp to force downloads. refs #7114 --- releng/org.simantics.sdk.build.p2.site/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 14cf316af..b8d6a714f 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -13,6 +13,8 @@ 4.9.0 4.9.0.b0003 org.apache.lucene4 + 2.0.6 + 2.0.6.b0001 @@ -150,10 +152,12 @@ - org.jdom:jdom2:2.0.6 + org.jdom:jdom2:${jdom.version} true org.jdom2 + ${jdom.version.actual} + *;version="${jdom.version}" -- 2.43.2