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 2015/03/20 11:00:30 UTC

karaf-cellar git commit: Fix parent pom in the manual

Repository: karaf-cellar
Updated Branches:
  refs/heads/cellar-2.3.x 7b77fa2c4 -> 2b89bd00d


Fix parent pom in the manual


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/2b89bd00
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/2b89bd00
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/2b89bd00

Branch: refs/heads/cellar-2.3.x
Commit: 2b89bd00d0d6162b5c99fd24114bbff63bb3d6db
Parents: 7b77fa2
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Mar 20 11:00:18 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Mar 20 11:00:18 2015 +0100

----------------------------------------------------------------------
 manual/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/2b89bd00/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index f70dc7b..145421f 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cellar</artifactId>
-        <version>2.3.4-SNAPSHOT</version>
+        <version>2.3.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>