You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/08/20 16:48:42 UTC

svn commit: r987529 - in /geronimo/components: geronimo-schema-j2ee_1.4/trunk/ geronimo-schema-javaee_6/trunk/ geronimo-schema-jee_5/trunk/ jaspi/trunk/geronimo-jaspi-openid/ jaspi/trunk/geronimo-jaspi/ txmanager/trunk/ txmanager/trunk/geronimo-connect...

Author: rickmcguire
Date: Fri Aug 20 14:48:42 2010
New Revision: 987529

URL: http://svn.apache.org/viewvc?rev=987529&view=rev
Log:
Fix project names so Apache Geronimo appears in generated NOTICE files

Modified:
    geronimo/components/geronimo-schema-j2ee_1.4/trunk/pom.xml
    geronimo/components/geronimo-schema-javaee_6/trunk/pom.xml
    geronimo/components/geronimo-schema-jee_5/trunk/pom.xml
    geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml
    geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml
    geronimo/components/txmanager/trunk/geronimo-connector/pom.xml
    geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml
    geronimo/components/txmanager/trunk/pom.xml

Modified: geronimo/components/geronimo-schema-j2ee_1.4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/geronimo-schema-j2ee_1.4/trunk/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/geronimo-schema-j2ee_1.4/trunk/pom.xml (original)
+++ geronimo/components/geronimo-schema-j2ee_1.4/trunk/pom.xml Fri Aug 20 14:48:42 2010
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.geronimo.schema</groupId>
     <artifactId>geronimo-schema-j2ee_1.4</artifactId>
-    <name>Geronimo Schema :: J2EE 1.4</name>
+    <name>Apache Geronimo Schema :: J2EE 1.4</name>
 
     <version>1.4-SNAPSHOT</version>
     <packaging>bundle</packaging>

Modified: geronimo/components/geronimo-schema-javaee_6/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/geronimo-schema-javaee_6/trunk/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/geronimo-schema-javaee_6/trunk/pom.xml (original)
+++ geronimo/components/geronimo-schema-javaee_6/trunk/pom.xml Fri Aug 20 14:48:42 2010
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.geronimo.schema</groupId>
     <artifactId>geronimo-schema-javaee_6</artifactId>
-    <name>Geronimo Schema :: JAVA EE 6</name>
+    <name>Apache Geronimo Schema :: JAVA EE 6</name>
     <version>1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 

Modified: geronimo/components/geronimo-schema-jee_5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/geronimo-schema-jee_5/trunk/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/geronimo-schema-jee_5/trunk/pom.xml (original)
+++ geronimo/components/geronimo-schema-jee_5/trunk/pom.xml Fri Aug 20 14:48:42 2010
@@ -32,11 +32,11 @@
 
     <groupId>org.apache.geronimo.schema</groupId>
     <artifactId>geronimo-schema-jee_5</artifactId>
-    <name>Geronimo Schema :: JEE 5</name>
+    <name>Apache Geronimo Schema :: JEE 5</name>
     <version>1.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <description>Geronimo project to build javaee schemas using xmlbeans</description>
+    <description>Geronimo project to build java ee schemas using xmlbeans</description>
 
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/geronimo-schema-jee_5/trunk</connection>

Modified: geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi-openid/pom.xml Fri Aug 20 14:48:42 2010
@@ -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>
 

Modified: geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml Fri Aug 20 14:48:42 2010
@@ -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>
 

Modified: geronimo/components/txmanager/trunk/geronimo-connector/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/geronimo-connector/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/geronimo-connector/pom.xml (original)
+++ geronimo/components/txmanager/trunk/geronimo-connector/pom.xml Fri Aug 20 14:48:42 2010
@@ -31,7 +31,7 @@
     <artifactId>geronimo-connector</artifactId>
     <name>Geronimo TxManager :: Connector</name>
     <packaging>bundle</packaging>
-    <description>Geronimo J2CA Connector Framework</description>
+    <description>Apache Geronimo J2CA Connector Framework</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
     <properties>

Modified: geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml (original)
+++ geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml Fri Aug 20 14:48:42 2010
@@ -31,7 +31,7 @@
     <artifactId>geronimo-transaction</artifactId>
     <name>Geronimo TxManager :: Transaction</name>
     <packaging>bundle</packaging>
-    <description>Geronimo Transaction Manager</description>
+    <description>Apache Geronimo Transaction Manager</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
     <properties>

Modified: geronimo/components/txmanager/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/pom.xml?rev=987529&r1=987528&r2=987529&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/pom.xml (original)
+++ geronimo/components/txmanager/trunk/pom.xml Fri Aug 20 14:48:42 2010
@@ -33,7 +33,7 @@
     <artifactId>geronimo-txmanager-parent</artifactId>
     <version>3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Geronimo TxManager</name>
+    <name>Apache Geronimo TxManager</name>
 
     <description>Geronimo Transaction Manager</description>