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/05 19:10:44 UTC

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

Author: djencks
Date: Wed May  5 17:10:44 2010
New Revision: 941387

URL: http://svn.apache.org/viewvc?rev=941387&view=rev
Log:
tie down maven-bundle-plugin version

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

Modified: geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml?rev=941387&r1=941386&r2=941387&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml Wed May  5 17:10:44 2010
@@ -170,6 +170,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*;version=1.0</Export-Package>