Author: dwoods
Date: Thu May 28 12:10:45 2009
New Revision: 779579
URL: http://svn.apache.org/viewvc?rev=779579&view=rev
Log:
update pom names to better match the module name and add descriptions where
missing
Modified:
openjpa/trunk/openjpa-examples/pom.xml
openjpa/trunk/openjpa-integration/examples/pom.xml
openjpa/trunk/openjpa-integration/osgi-itests/pom.xml
openjpa/trunk/openjpa-integration/tck/pom.xml
openjpa/trunk/openjpa-lib/pom.xml
openjpa/trunk/openjpa-persistence-jdbc/pom.xml
openjpa/trunk/openjpa-persistence/pom.xml
openjpa/trunk/openjpa-project/pom.xml
openjpa/trunk/pom.xml
Modified: openjpa/trunk/openjpa-examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/pom.xml Thu May 28 12:10:45 2009
@@ -26,8 +26,8 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Persistence Examples</name>
- <description>OpenJPA Persistence Examples</description>
+ <name>OpenJPA Examples</name>
+ <description>OpenJPA Examples</description>
<url>http://openjpa.apache.org</url>
<parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/trunk/openjpa-integration/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/examples/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/examples/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/examples/pom.xml Thu May 28 12:10:45 2009
@@ -34,7 +34,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
- <name>OpenJPA Examples Integration Tests</name>
+ <name>OpenJPA Integration Tests - Examples</name>
+ <description>OpenJPA Integration Tests - Examples</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
Modified: openjpa/trunk/openjpa-integration/osgi-itests/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/osgi-itests/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/osgi-itests/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/osgi-itests/pom.xml Thu May 28 12:10:45
2009
@@ -31,7 +31,8 @@
<groupId>org.apache.openjpa.openjpa-integration</groupId>
<artifactId>osgi-itests</artifactId>
<version>2.0.0-SNAPSHOT</version>
- <name>OpenJPA Integration osgi-itests</name>
+ <name>OpenJPA Integration Tests - OSGi</name>
+ <description>OpenJPA Integration Tests - OSGi</description>
<dependencies>
<!--
Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Thu May 28 12:10:45 2009
@@ -57,7 +57,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>tck</artifactId>
<packaging>pom</packaging>
- <name>OpenJPA JPA TCK Integration Tests</name>
+ <name>OpenJPA Integration Tests - JPA TCK</name>
+ <description>OpenJPA Integration Tests - JPA TCK</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
Modified: openjpa/trunk/openjpa-lib/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-lib/pom.xml (original)
+++ openjpa/trunk/openjpa-lib/pom.xml Thu May 28 12:10:45 2009
@@ -25,8 +25,8 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-lib</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Utilities</name>
- <description>OpenJPA Utilities</description>
+ <name>OpenJPA Utilities Library</name>
+ <description>OpenJPA Utilities Library</description>
<url>http://openjpa.apache.org</url>
<parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Thu May 28 12:10:45 2009
@@ -25,8 +25,8 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA JPA JDBC</name>
- <description>OpenJPA JPA JDBC</description>
+ <name>OpenJPA Persistence JDBC</name>
+ <description>OpenJPA Persistence JDBC</description>
<url>http://openjpa.apache.org</url>
<parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/trunk/openjpa-persistence/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence/pom.xml Thu May 28 12:10:45 2009
@@ -25,8 +25,8 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA JPA</name>
- <description>OpenJPA JPA</description>
+ <name>OpenJPA Persistence</name>
+ <description>OpenJPA Persistence</description>
<url>http://openjpa.apache.org</url>
<parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/trunk/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Thu May 28 12:10:45 2009
@@ -36,7 +36,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>apache-openjpa</artifactId>
<packaging>pom</packaging>
- <name>OpenJPA Distribution</name>
+ <name>OpenJPA Project Docs and Assemblies</name>
+ <description>OpenJPA Project Docs and Assemblies</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=779579&r1=779578&r2=779579&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu May 28 12:10:45 2009
@@ -33,7 +33,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
<packaging>pom</packaging>
- <name>OpenJPA</name>
+ <name>OpenJPA Parent POM</name>
<description>OpenJPA</description>
<properties>