You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/10/14 21:35:11 UTC

svn commit: r1398119 - /karaf/cellar/branches/cellar-2.2.x/manual/pom.xml

Author: jbonofre
Date: Sun Oct 14 19:35:11 2012
New Revision: 1398119

URL: http://svn.apache.org/viewvc?rev=1398119&view=rev
Log:
Fix manual parent POM version

Modified:
    karaf/cellar/branches/cellar-2.2.x/manual/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/manual/pom.xml?rev=1398119&r1=1398118&r2=1398119&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/manual/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/manual/pom.xml Sun Oct 14 19:35:11 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cellar</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>