Author: cziegeler
Date: Mon Mar 28 09:37:14 2011
New Revision: 1086164
URL: http://svn.apache.org/viewvc?rev=1086164&view=rev
Log:
SLING-2032 : Upgrade SCR Plugin to 1.7.0/Annotations 1.5.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=1086164&r1=1086163&r2=1086164&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Mar 28 09:37:14 2011
@@ -213,7 +213,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
- <version>1.6.0</version>
+ <version>1.7.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
@@ -590,7 +590,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.4.0</version>
+ <version>1.5.0</version>
<scope>provided</scope>
</dependency>