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 2016/05/06 12:08:09 UTC

karaf git commit: Fix manual parent version

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x 17efb0e58 -> 56492f9b9


Fix manual parent version


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

Branch: refs/heads/karaf-2.x
Commit: 56492f9b96550dce5a1921106b1615ee0f1dc874
Parents: 17efb0e
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri May 6 14:07:52 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri May 6 14:07:52 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/56492f9b/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 5320ec5..b61a842 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.4.4-SNAPSHOT</version>
+        <version>2.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>