You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/05/06 01:34:57 UTC

svn commit: r941545 - /geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml

Author: djencks
Date: Wed May  5 23:34:57 2010
New Revision: 941545

URL: http://svn.apache.org/viewvc?rev=941545&view=rev
Log:
fix up version policy

Modified:
    geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml

Modified: geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml?rev=941545&r1=941544&r2=941545&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml Wed May  5 23:34:57 2010
@@ -84,6 +84,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.0.1</version>
                 <configuration>
                     <instructions>
                         <Export-Package>org.apache.geronimo.components.jaspi.modules.openid*;version=0.1,
@@ -115,6 +116,9 @@
                             *
                         </Import-Package>
                         <DynamicImport-Package>*</DynamicImport-Package>
+                        <_versionpolicy-impl>[$(version;==;$(@)),$(version;=+;$(@)))</_versionpolicy-impl>
+                        <_versionpolicy-uses>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy-uses>
+                        <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
                 </configuration>
             </plugin>