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/28 22:38:07 UTC

svn commit: r1451363 - /commons/proper/email/trunk/pom.xml

Author: olamy
Date: Thu Feb 28 21:38:07 2013
New Revision: 1451363

URL: http://svn.apache.org/r1451363
Log:
remove changes plugin version to inherit 2.8 from parent which work better with asf jira version

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1451363&r1=1451362&r2=1451363&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Thu Feb 28 21:38:07 2013
@@ -335,7 +335,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.6</version>
                 <configuration>
                     <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
                 </configuration>