Author: pauls
Date: Sun Sep 6 21:15:10 2009
New Revision: 811890
URL: http://svn.apache.org/viewvc?rev=811890&view=rev
Log:
Update dependencies for release
Modified:
felix/trunk/shell/pom.xml
Modified: felix/trunk/shell/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=811890&r1=811889&r2=811890&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Sun Sep 6 21:15:10 2009
@@ -19,10 +19,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
- <artifactId>felix</artifactId>
- <version>1.0.4</version>
- <relativePath>../pom/pom.xml</relativePath>
- </parent>
+ <artifactId>felix-parent</artifactId>
+ <version>1.2.0</version>
+ <relativePath>../pom/pom.xml</relativePath> </parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Shell Service</name>
@@ -33,12 +32,12 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
</dependency>
</dependencies>
<build>