Author: dwoods
Date: Wed Aug 25 16:53:17 2010
New Revision: 989219

URL: http://svn.apache.org/viewvc?rev=989219&view=rev
Log:
OPENJPA-1712 Even though license and org is defined in parent, make it obvious 
to our users

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=989219&r1=989218&r2=989219&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Wed Aug 25 16:53:17 2010
@@ -71,6 +71,19 @@
         <mysql.version>5.1.12</mysql.version>
     </properties>
 
+    <licenses>
+        <license>
+            <name>Apache Software License 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
     <url>http://openjpa.apache.org</url>
 
     <issueManagement>


Reply via email to