You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/09 08:16:17 UTC

[sling-maven-enforcer-rules] branch master updated: fix name

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git


The following commit(s) were added to refs/heads/master by this push:
     new 35aaad7  fix name
35aaad7 is described below

commit 35aaad7855c0bf6d01cce8a697a8cfb66c2fd998
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 9 10:16:12 2022 +0200

    fix name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6c6e28..1c2b6a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>maven-enforcer-rules</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <name>Additional Maven Enforcer Rules</name>
+    <name>Maven Enforcer Rules</name>
     <description>Custom Maven Enforcer rules specifically targeted at working with OSGi bundle modules</description>
 
     <scm>