You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/08/27 21:52:35 UTC

svn commit: r689595 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Wed Aug 27 12:52:34 2008
New Revision: 689595

URL: http://svn.apache.org/viewvc?rev=689595&view=rev
Log:
Oops, Compendium 1.2.0 is needed for the Deployment Admin API required
by the Deployment Admin Service page

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=689595&r1=689594&r2=689595&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Wed Aug 27 12:52:34 2008
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>1.0.1</version>
+            <version>1.2.0</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
@@ -178,4 +178,4 @@
         </dependency>
 
     </dependencies>
-</project>
\ No newline at end of file
+</project>