From: Tuukka Lehtonen Date: Fri, 31 Mar 2017 09:05:47 +0000 (+0300) Subject: Reversioned org.jdom2 from 2.0.6 to 2.0.6.b0001 X-Git-Tag: v1.29.0~128 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=e6d3924163203b6e6061adcef4ead7ad3f8ce2cf 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 --- 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}"