You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/09/09 18:00:45 UTC

svn commit: r813012 - /httpcomponents/project/pom.xml

Author: sebb
Date: Wed Sep  9 16:00:45 2009
New Revision: 813012

URL: http://svn.apache.org/viewvc?rev=813012&view=rev
Log:
Add maven-bundle-plugin version to parent pom

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=813012&r1=813011&r2=813012&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Wed Sep  9 16:00:45 2009
@@ -326,6 +326,11 @@
             </entities>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>1.4.3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>