Fix project names so Apache Geronimo appears in generated NOTICE files

git-svn-id: https://svn.apache.org/repos/asf/geronimo/components/jaspi/trunk@987529 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/geronimo-jaspi-openid/pom.xml b/geronimo-jaspi-openid/pom.xml
index 139455f..dec01df 100644
--- a/geronimo-jaspi-openid/pom.xml
+++ b/geronimo-jaspi-openid/pom.xml
@@ -32,7 +32,7 @@
     <artifactId>geronimo-jaspi-openid</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-SNAPSHOT</version>
-    <name>geronimo-jaspi-openid</name>
+    <name>Apache Geronimo JASPI openid implementation</name>
 
     <description>Geronimo openid JASPI module implementation based on openid4java.</description>
 
diff --git a/geronimo-jaspi/pom.xml b/geronimo-jaspi/pom.xml
index ead621c..5383904 100644
--- a/geronimo-jaspi/pom.xml
+++ b/geronimo-jaspi/pom.xml
@@ -33,7 +33,7 @@
     <artifactId>geronimo-jaspi</artifactId>
     <version>1.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Geronimo JASPI implementation</name>
+    <name>Apache Geronimo JASPI implementation</name>
 
     <description>Geronimo JASPI implementation using jaxb/sxc for simple xml persistence.</description>