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/23 20:23:20 UTC

svn commit: r434116 - /incubator/openjpa/trunk/openjpa-project/pom.xml

Author: mprudhom
Date: Wed Aug 23 11:23:19 2006
New Revision: 434116

URL: http://svn.apache.org/viewvc?rev=434116&view=rev
Log:
Changed packaging to "pom", since we aren't building a jar for this module.

Modified:
    incubator/openjpa/trunk/openjpa-project/pom.xml

Modified: incubator/openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/pom.xml?rev=434116&r1=434115&r2=434116&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/pom.xml Wed Aug 23 11:23:19 2006
@@ -11,6 +11,7 @@
     -->
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openjpa-project</artifactId>
+    <packaging>pom</packaging>
     <name>OpenJPA Project</name>
     <parent>
         <groupId>org.apache.openjpa</groupId>