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 2017/08/07 15:51:01 UTC

[1/2] karaf git commit: [KARAF-5293] Upgrade to Apache POM 18

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.1.x 31ef182ee -> 6fabd5262


[KARAF-5293] Upgrade to Apache POM 18


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

Branch: refs/heads/karaf-4.1.x
Commit: f696483c55dd560fb29f37c745f4f8171e23c3fb
Parents: 31ef182
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Aug 7 17:47:49 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Aug 7 17:48:35 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/f696483c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cc4ce7..bc81ad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>15</version>
+        <version>18</version>
         <relativePath />
     </parent>
 


[2/2] karaf git commit: Fix manual version

Posted by jb...@apache.org.
Fix manual version


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

Branch: refs/heads/karaf-4.1.x
Commit: 6fabd5262071f4147203c842956d5f7fb62379d5
Parents: f696483
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Aug 7 17:50:47 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Aug 7 17:50:47 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/6fabd526/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 925d376..6cff5b9 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.karaf</groupId>
 		<artifactId>karaf</artifactId>
-		<version>4.1.2-SNAPSHOT</version>
+		<version>4.1.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>