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/08/06 08:08:17 UTC

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

Author: cziegeler
Date: Tue Aug  6 06:08:16 2013
New Revision: 1510862

URL: http://svn.apache.org/r1510862
Log:
SLING-2994 : Update to latest SCR pljugin

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1510862&r1=1510861&r2=1510862&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Aug  6 06:08:16 2013
@@ -304,7 +304,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.13.0</version>
+                    <version>1.14.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.4</version>
+                <version>1.9.6</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>