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 2012/12/15 16:05:34 UTC

svn commit: r1422269 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Sat Dec 15 15:05:33 2012
New Revision: 1422269

URL: http://svn.apache.org/viewvc?rev=1422269&view=rev
Log:
SLING-2685 :  Update to latest SCR Plugin 

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1422269&r1=1422268&r2=1422269&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Sat Dec 15 15:05:33 2012
@@ -265,7 +265,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.8.0</version>
+                    <version>1.9.0</version>
                     <!-- As QDox is trying to inspect/load the classes
                          we have to add a slf4j implementation to the
                          class path of the plugin - we usually use
@@ -374,25 +374,6 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                                 <pluginExecution>
                                     <pluginExecutionFilter>
                                         <groupId>
-                                            org.apache.felix
-                                        </groupId>
-                                        <artifactId>
-                                            maven-scr-plugin
-                                        </artifactId>
-                                        <versionRange>
-                                            [1.7.2,)
-                                        </versionRange>
-                                        <goals>
-                                            <goal>scr</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                         <ignore />
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>
                                             org.apache.maven.plugins
                                         </groupId>
                                         <artifactId>