You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/27 16:36:33 UTC

svn commit: r1450814 - /commons/proper/functor/trunk/pom.xml

Author: olamy
Date: Wed Feb 27 15:36:32 2013
New Revision: 1450814

URL: http://svn.apache.org/r1450814
Log:
no need to inherit changes report

Modified:
    commons/proper/functor/trunk/pom.xml

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1450814&r1=1450813&r2=1450814&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Wed Feb 27 15:36:32 2013
@@ -211,6 +211,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.3</version>
+        <inherited>false</inherited>
         <configuration>
           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
         </configuration>