You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/09/22 14:31:44 UTC

svn commit: r817635 - /felix/trunk/karaf/pom.xml

Author: gnodet
Date: Tue Sep 22 12:31:43 2009
New Revision: 817635

URL: http://svn.apache.org/viewvc?rev=817635&view=rev
Log:
[karaf] use a snapshot for parent so that karaf can build

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=817635&r1=817634&r2=817635&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Tue Sep 22 12:31:43 2009
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>