Author: cziegeler
Date: Fri Nov 27 07:57:56 2009
New Revision: 884765
URL: http://svn.apache.org/viewvc?rev=884765&view=rev
Log:
Update pom.
Modified:
sling/whiteboard/portal/container/pom.xml
Modified: sling/whiteboard/portal/container/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/portal/container/pom.xml?rev=884765&r1=884764&r2=884765&view=diff
==============================================================================
--- sling/whiteboard/portal/container/pom.xml (original)
+++ sling/whiteboard/portal/container/pom.xml Fri Nov 27 07:57:56 2009
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>6</version>
+ <version>7</version>
</parent>
<groupId>org.apache.sling.portal</groupId>
<artifactId>org.apache.sling.portal.container</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Sling Portal Container</name>
@@ -133,33 +133,17 @@
</dependency>
<dependency>
- <groupId>org.apache.felix</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.2.0</version>
- <scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.felix</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>1.2.0</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.apache.felix</groupId>
- <artifactId>javax.servlet</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.foundation</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.0</version>
- <scope>provided</scope>
</dependency>
<dependency>
@@ -177,7 +161,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.0.6</version>
+ <version>2.0.8</version>
<scope>provided</scope>
</dependency>
@@ -196,7 +180,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.rewriter</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>