Author: pauls
Date: Sun Sep  6 21:53:35 2009
New Revision: 811908

URL: http://svn.apache.org/viewvc?rev=811908&view=rev
Log:
Update dependencies for release

Modified:
    felix/trunk/bundlerepository/NOTICE
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/NOTICE
URL: 
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/NOTICE?rev=811908&r1=811907&r2=811908&view=diff
==============================================================================
--- felix/trunk/bundlerepository/NOTICE (original)
+++ felix/trunk/bundlerepository/NOTICE Sun Sep  6 21:53:35 2009
@@ -1,5 +1,5 @@
 Apache Felix OSGi Bundle Repository
-Copyright 2008 The Apache Software Foundation
+Copyright 2009 The Apache Software Foundation
 
 I. Included Software
 

Modified: felix/trunk/bundlerepository/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=811908&r1=811907&r2=811908&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Sun Sep  6 21:53:35 2009
@@ -19,8 +19,8 @@
 <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>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.0.2</version>
+      <version>1.4.0</version>
     </dependency>
     <dependency>
       <groupId>net.sf.kxml</groupId>
@@ -48,7 +48,7 @@
     <dependency>
         <groupId>${pom.groupId}</groupId>
         <artifactId>org.osgi.compendium</artifactId>
-        <version>1.2.0</version>
+        <version>1.4.0</version>
         <optional>true</optional>
     </dependency>
   </dependencies>


Reply via email to