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 2019/10/19 13:56:50 UTC

[karaf] branch karaf-4.1.x updated: Fix manual 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 6da3454  Fix manual version
6da3454 is described below

commit 6da3454378db8f70511323cfd6da5aaa5fb4adfa
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Oct 19 15:56:35 2019 +0200

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

diff --git a/manual/pom.xml b/manual/pom.xml
index 2246420..9b51fee 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.7-SNAPSHOT</version>
+		<version>4.1.8-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>