Author: cziegeler
Date: Wed Nov 28 09:29:41 2012
New Revision: 1414607
URL: http://svn.apache.org/viewvc?rev=1414607&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=1414607&r1=1414606&r2=1414607&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Wed Nov 28 09:29:41 2012
@@ -247,7 +247,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
- <version>1.7.4</version>
+ <version>1.8.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
@@ -885,7 +885,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>