This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-expression-evaluator.git
commit 3af535637c3581819c0381715840143d17bb3034 Author: Jean-Baptiste Onofre <[email protected]> AuthorDate: Fri Aug 3 07:45:35 2012 +0000 [MRM-1651] Improve OSGi statements by defining version ranges git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1368818 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57b0f86..6b1c14e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,6 @@ <artifactId>expression-evaluator</artifactId> <packaging>bundle</packaging> - <version>2.0-SNAPSHOT</version> <name>Expression Evaluator Components</name> <url>http://archiva.apache.org/redback/components/${project.artifactId}</url> @@ -61,6 +60,17 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Export-Package> + org.apache.archiva.redback.components.evaluator*;version=${project.version};-split-package:=merge-first + </Export-Package> + <Import-Package> + org.codehaus.plexus.util;version="[1.5,2)", + org.slf4j;resolution:=optional + </Import-Package> + </instructions> + </configuration> </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact [email protected].
