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 2018/07/05 06:23:36 UTC

[karaf] branch karaf-4.1.x updated: Fix manual parent version

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 9250a76  Fix manual parent version
9250a76 is described below

commit 9250a76c6ed6370cd5aa0c8023203418e02a28d4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 5 08:23:28 2018 +0200

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

diff --git a/manual/pom.xml b/manual/pom.xml
index 94b92d4..a977c33 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.5-SNAPSHOT</version>
+		<version>4.1.6-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>