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 2016/11/05 10:12:19 UTC

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

Author: cziegeler
Date: Sat Nov  5 10:12:19 2016
New Revision: 1768180

URL: http://svn.apache.org/viewvc?rev=1768180&view=rev
Log:
SLING-6246 : Update to latest maven scr plugin and scr annotations

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1768180&r1=1768179&r2=1768180&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Sat Nov  5 10:12:19 2016
@@ -357,7 +357,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.22.0</version>
+                    <version>1.23.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
@@ -1191,7 +1191,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
-                <version>1.11.0</version>
+                <version>1.12.0</version>
                 <scope>provided</scope>
             </dependency>