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 2013/07/09 07:56:59 UTC

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

Author: cziegeler
Date: Tue Jul  9 05:56:58 2013
New Revision: 1501100

URL: http://svn.apache.org/r1501100
Log:
SLING-2951 :  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=1501100&r1=1501099&r2=1501100&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Jul  9 05:56:58 2013
@@ -304,7 +304,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.12.0</version>
+                    <version>1.13.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
@@ -921,7 +921,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
-                <version>1.9.2</version>
+                <version>1.9.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>