Fix parent version in the manual
git-svn-id: https://svn.apache.org/repos/asf/karaf/cellar/branches/cellar-2.3.x@1531362 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/a95fa2cd Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a95fa2cd Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a95fa2cd Branch: refs/heads/cellar-2.3.x Commit: a95fa2cd395815d7ec7ab7e02ceca2c5e811b73e Parents: cad88f6 Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Fri Oct 11 17:14:45 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Fri Oct 11 17:14:45 2013 +0000 ---------------------------------------------------------------------- manual/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a95fa2cd/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 783a9af..8446ca6 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.0-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
