You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/06/19 12:38:24 UTC

[sling-whiteboard] 01/02: Add module name

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 482bf8d416dece1c9bd7ede06b1d84c000d89a1d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jun 19 14:34:06 2018 +0200

    Add module name
---
 capabilities/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/capabilities/pom.xml b/capabilities/pom.xml
index fbc3f38..3a91662 100644
--- a/capabilities/pom.xml
+++ b/capabilities/pom.xml
@@ -25,6 +25,7 @@
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <name>Apache Sling Capabilities</name>
   <artifactId>org.apache.sling.capabilities</artifactId>
   <version>0.0.1-SNAPSHOT</version>
   <packaging>bundle</packaging>