You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/31 13:29:43 UTC

svn commit: r1152562 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml

Author: hboutemy
Date: Sun Jul 31 11:29:42 2011
New Revision: 1152562

URL: http://svn.apache.org/viewvc?rev=1152562&view=rev
Log:
[MPIR-227] added a second license to the IT to see the result of multiple licences

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml?rev=1152562&r1=1152561&r2=1152562&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml Sun Jul 31 11:29:42 2011
@@ -44,6 +44,11 @@
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
+    <license>
+      <name>Eclipse Public License, Version 1.0</name>
+      <url>http://www.eclipse.org/legal/epl-v10.html</url>
+      <distribution>repo</distribution>
+    </license>
   </licenses>
 
   <developers>