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 2013/10/11 19:14:46 UTC

svn commit: r1531362 - /karaf/cellar/branches/cellar-2.3.x/manual/pom.xml

Author: jbonofre
Date: Fri Oct 11 17:14:45 2013
New Revision: 1531362

URL: http://svn.apache.org/r1531362
Log:
Fix parent version in the manual

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

Modified: karaf/cellar/branches/cellar-2.3.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.3.x/manual/pom.xml?rev=1531362&r1=1531361&r2=1531362&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.3.x/manual/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.3.x/manual/pom.xml Fri Oct 11 17:14:45 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cellar</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>