Author: justin
Date: Fri Jul 15 20:23:49 2011
New Revision: 1147306
URL: http://svn.apache.org/viewvc?rev=1147306&view=rev
Log:
SLING-2144 - updating bundle, scr, and osgi versions
Modified:
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
Modified:
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml?rev=1147306&r1=1147305&r2=1147306&view=diff
==============================================================================
---
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
(original)
+++
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
Fri Jul 15 20:23:49 2011
@@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
- <version>1.4.4</version>
+ <version>1.7.0</version>
<executions>
<execution>
<id>generate-scr-descriptor</id>
@@ -44,7 +44,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
- <version>2.0.1</version>
+ <version>2.3.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -62,6 +62,18 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>4.2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>2.0</version>
@@ -70,7 +82,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.0.8</version>
+ <version>2.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -82,7 +94,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.0.0</version>
+ <version>1.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>