Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 964cd1946 -> 0920fa060
Fix parent pom version in the manual Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0920fa06 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0920fa06 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0920fa06 Branch: refs/heads/karaf-4.0.x Commit: 0920fa0607705ce6a2d6c1ce970f2792eab48793 Parents: 964cd19 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Apr 1 02:33:52 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Apr 1 02:33:52 2016 +0200 ---------------------------------------------------------------------- manual/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0920fa06/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index b48928f..7dd683e 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.3-SNAPSHOT</version> + <version>4.0.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
