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/11/24 20:50:53 UTC

[10/10] karaf git commit: [KARAF-3932] Fix utils version

[KARAF-3932] Fix utils version


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

Branch: refs/heads/master
Commit: fce8292d51a796f146ff84d09222a4938fa797be
Parents: a8394fb
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Nov 24 20:50:14 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Nov 24 20:50:14 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/fce8292d/tooling/utils/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/utils/pom.xml b/tooling/utils/pom.xml
index 03ec561..9f48e20 100644
--- a/tooling/utils/pom.xml
+++ b/tooling/utils/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.karaf.tools.utils</artifactId>