adjust the project name to match the JIRA name
diff --git a/pom.xml b/pom.xml
index 8848982..0788466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,10 +29,10 @@
 
     <artifactId>org.apache.sling.jcr.jackrabbit.usermanager</artifactId>
     <version>2.2.21-SNAPSHOT</version>
-    <name>Apache Sling Jackrabbit UserManager Support</name>
+    <name>Apache Sling JCR Jackrabbit User Manager</name>
     <description>
-        Provides ResourceProvider and SlingPostOperations for the Jackrabbit
-        UserManager.
+        Provides ResourceProvider and POST operations for the Jackrabbit
+        User Manager.
     </description>
 
     <properties>