You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/08/25 21:16:24 UTC

svn commit: r436911 - in /incubator/openjpa/trunk: openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-4/ openjpa-kernel-5/ openjpa-kernel/ openjpa-lib/ openjpa-persistence-jdbc/ openjpa-persistence/ openjpa-xmlstore/

Author: mprudhom
Date: Fri Aug 25 12:16:23 2006
New Revision: 436911

URL: http://svn.apache.org/viewvc?rev=436911&view=rev
Log:
Prefixed pom names with 'OpenJPA' to make them more friendly when their public names are displayed

Modified:
    incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml
    incubator/openjpa/trunk/openjpa-jdbc/pom.xml
    incubator/openjpa/trunk/openjpa-kernel-4/pom.xml
    incubator/openjpa/trunk/openjpa-kernel-5/pom.xml
    incubator/openjpa/trunk/openjpa-kernel/pom.xml
    incubator/openjpa/trunk/openjpa-lib/pom.xml
    incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml
    incubator/openjpa/trunk/openjpa-persistence/pom.xml
    incubator/openjpa/trunk/openjpa-xmlstore/pom.xml

Modified: incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-jdbc-5/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-jdbc-5</artifactId>
     <packaging>jar</packaging>
-    <name>JDBC 1.5</name>
-    <description>JDBC 1.5</description>
+    <name>OpenJPA JDBC 1.5</name>
+    <description>OpenJPA JDBC 1.5</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-jdbc</artifactId>
     <packaging>jar</packaging>
-    <name>JDBC</name>
-    <description>JDBC</description>
+    <name>OpenJPA JDBC</name>
+    <description>OpenJPA JDBC</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-kernel-4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel-4/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel-4/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel-4/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-kernel-4</artifactId>
     <packaging>jar</packaging>
-    <name>Kernel 1.4</name>
-    <description>Kernel 1.4</description>
+    <name>OpenJPA Kernel 1.4</name>
+    <description>OpenJPA Kernel 1.4</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-kernel-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel-5/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel-5/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel-5/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-kernel-5</artifactId>
     <packaging>jar</packaging>
-    <name>Kernel 1.5</name>
-    <description>Kernel 1.5</description>
+    <name>OpenJPA Kernel 1.5</name>
+    <description>OpenJPA Kernel 1.5</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-kernel</artifactId>
     <packaging>jar</packaging>
-    <name>Kernel</name>
-    <description>Kernel</description>
+    <name>OpenJPA Kernel</name>
+    <description>OpenJPA Kernel</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-lib/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-lib/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-lib</artifactId>
     <packaging>jar</packaging>
-    <name>Utilities</name>
-    <description>Utilities</description>
+    <name>OpenJPA Utilities</name>
+    <description>OpenJPA Utilities</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence-jdbc/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-persistence-jdbc</artifactId>
     <packaging>jar</packaging>
-    <name>JPA JDBC</name>
-    <description>JPA JDBC</description>
+    <name>OpenJPA JPA JDBC</name>
+    <description>OpenJPA JPA JDBC</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-persistence</artifactId>
     <packaging>jar</packaging>
-    <name>JPA</name>
-    <description>JPA</description>
+    <name>OpenJPA JPA</name>
+    <description>OpenJPA JPA</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>

Modified: incubator/openjpa/trunk/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-xmlstore/pom.xml?rev=436911&r1=436910&r2=436911&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-xmlstore/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-xmlstore/pom.xml Fri Aug 25 12:16:23 2006
@@ -5,8 +5,8 @@
     <groupId>org.apache.openjpa</groupId>
     <artifactId>openjpa-xmlstore</artifactId>
     <packaging>jar</packaging>
-    <name>XML Store</name>
-    <description>XML Store for OpenJPA</description>
+    <name>OpenJPA XML Store</name>
+    <description>OpenJPA XML Store</description>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <parent>
         <groupId>org.apache.openjpa</groupId>