You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by fp...@apache.org on 2020/09/10 14:04:28 UTC

[karaf-winegrower] branch master updated: Fix typo in documentation module name

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-winegrower.git


The following commit(s) were added to refs/heads/master by this push:
     new 79fb72a  Fix typo in documentation module name
     new 5b0b7a2  Merge pull request #5 from fpapon/DOC
79fb72a is described below

commit 79fb72aab9e6e6ed0fa6fa6d3a202e299492de48
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Fri Feb 14 12:27:30 2020 +0100

    Fix typo in documentation module name
---
 winegrower-documentation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winegrower-documentation/pom.xml b/winegrower-documentation/pom.xml
index 3280fcc..0d9d6c8 100644
--- a/winegrower-documentation/pom.xml
+++ b/winegrower-documentation/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>winegrower-documentation</artifactId>
-  <name>Apache Winegrower :: Extension :: CDI</name>
+  <name>Apache Winegrower :: Documentation</name>
 
   <properties>
     <documentation.theme.url>scm:git:https://github.com/apache/karaf-decanter.git</documentation.theme.url>