You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/02/21 16:20:07 UTC

svn commit: r1291855 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Tue Feb 21 15:20:07 2012
New Revision: 1291855

URL: http://svn.apache.org/viewvc?rev=1291855&view=rev
Log:
do not inherit changes plugin report

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1291855&r1=1291854&r2=1291855&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Tue Feb 21 15:20:07 2012
@@ -627,6 +627,7 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.3</version>
+        <inherited>false</inherited>
         <configuration>
           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
         </configuration>