You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/02/27 10:25:10 UTC

svn commit: r631522 - /incubator/sling/trunk/parent/pom.xml

Author: cziegeler
Date: Wed Feb 27 01:25:06 2008
New Revision: 631522

URL: http://svn.apache.org/viewvc?rev=631522&view=rev
Log:
Use latest bundle plugin release.

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=631522&r1=631521&r2=631522&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Wed Feb 27 01:25:06 2008
@@ -82,15 +82,6 @@
 
 
     <build>
-        <!-- Add the WebDAV extension to wagon to support WebDAV Deployment -->
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav</artifactId>
-                <version>1.0-beta-1</version>
-            </extension>
-        </extensions>
-
         <plugins>
 
             <!-- Require Java 5 or higher for building -->
@@ -162,7 +153,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>1.2.1</version>
+                    <version>1.4.0</version>
                     <inherited>true</inherited>
                     <configuration>
                         <instructions>