You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/05/19 21:28:57 UTC

svn commit: r1340547 - /creadur/rat/trunk/pom.xml

Author: rdonkin
Date: Sat May 19 19:28:56 2012
New Revision: 1340547

URL: http://svn.apache.org/viewvc?rev=1340547&view=rev
Log:
Add organisation meta-data

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1340547&r1=1340546&r2=1340547&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat May 19 19:28:56 2012
@@ -390,4 +390,8 @@ Note that binary compatibility is not gu
     <module>apache-rat</module>
   </modules>
 
+  <organization>
+  	<name>Apache Software Foundation</name>
+  	<url>http://www.apache.org</url>
+  </organization>
 </project>