You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/09/04 10:30:28 UTC

svn commit: r811278 - /felix/trunk/ipojo/webconsole-plugin/pom.xml

Author: clement
Date: Fri Sep  4 08:30:27 2009
New Revision: 811278

URL: http://svn.apache.org/viewvc?rev=811278&view=rev
Log:
Update dependency versions to devel.

Modified:
    felix/trunk/ipojo/webconsole-plugin/pom.xml

Modified: felix/trunk/ipojo/webconsole-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/pom.xml?rev=811278&r1=811277&r2=811278&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/pom.xml (original)
+++ felix/trunk/ipojo/webconsole-plugin/pom.xml Fri Sep  4 08:30:27 2009
@@ -1,4 +1,4 @@
-<!--
+ts<!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
@@ -114,12 +114,12 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo</artifactId>
-      <version>1.4.0</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-      <version>1.4.0</version>
+      <version>${pom.version}</version>
     </dependency>
   </dependencies>
 </project>