You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/05/25 12:06:31 UTC

svn commit: r1342556 - /sling/trunk/bundles/jcr/registration/pom.xml

Author: fmeschbe
Date: Fri May 25 10:06:30 2012
New Revision: 1342556

URL: http://svn.apache.org/viewvc?rev=1342556&view=rev
Log:
Remove explicit plugin and dependency version to inherit parent pom managed versions

Modified:
    sling/trunk/bundles/jcr/registration/pom.xml

Modified: sling/trunk/bundles/jcr/registration/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/registration/pom.xml?rev=1342556&r1=1342555&r2=1342556&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/registration/pom.xml (original)
+++ sling/trunk/bundles/jcr/registration/pom.xml Fri May 25 10:06:30 2012
@@ -51,7 +51,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -88,7 +87,6 @@
         <dependency>
             <groupId>biz.aQute</groupId>
             <artifactId>bndlib</artifactId>
-            <version>1.50.0</version>
             <scope>provided</scope>
         </dependency>