This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.metrics-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git
commit e75be948b91ac4264a03e6439d2e6130e1ef6751 Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Jan 7 10:26:05 2016 +0000 SLING-4080 - API to capture/measure application-level metrics Use proper version ranges for import git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/metrics@1723507 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4e6a5f0..4302243 100644 --- a/pom.xml +++ b/pom.xml @@ -59,9 +59,9 @@ </Bundle-DocURL> <DynamicImport-Package> javax.servlet, - javax.servlet.http;version=2.3, - org.apache.commons.io.output;version=2.4.0, - org.apache.felix.inventory;version=1.0 + javax.servlet.http;version="[2.3,3)", + org.apache.commons.io.output;version="[2.4.0,3)", + org.apache.felix.inventory;version="[1.0.0,2)" </DynamicImport-Package> </instructions> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
