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/01/28 20:11:29 UTC

[karaf] branch karaf-4.1.x updated: [KARAF-5572] Fix version in manual module

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 36ff99d  [KARAF-5572] Fix version in manual module
36ff99d is described below

commit 36ff99d8f7438c8f3b6c1ab32b6f0db19ad79a90
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Sun Jan 28 21:11:01 2018 +0100

    [KARAF-5572] Fix version in manual module
---
 manual/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/pom.xml b/manual/pom.xml
index 6cff5b9..94b92d4 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.3-SNAPSHOT</version>
+		<version>4.1.5-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.