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/04/30 11:49:58 UTC

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

Author: cziegeler
Date: Tue Apr 30 09:49:57 2013
New Revision: 1477523

URL: http://svn.apache.org/r1477523
Log:
SLING-2846 : Use latest Maven SCR Plugin 1.12.0

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1477523&r1=1477522&r2=1477523&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Apr 30 09:49:57 2013
@@ -304,7 +304,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.9.0</version>
+                    <version>1.12.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.7.0</version>
+                <version>1.9.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>