Author: grobmeier
Date: Tue May 1 07:40:55 2012
New Revision: 1332554
URL: http://svn.apache.org/viewvc?rev=1332554&view=rev
Log:
upgraded to newer changes plugin. removed issue link template (obsolete)
Modified:
logging/log4j/trunk/pom.xml
Modified: logging/log4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=1332554&r1=1332553&r2=1332554&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Tue May 1 07:40:55 2012
@@ -552,7 +552,7 @@ target platform and specify -Dntdll_targ
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.3</version>
+ <version>2.7</version>
<reportSets>
<reportSet>
<reports>
@@ -560,9 +560,6 @@ target platform and specify -Dntdll_targ
</reports>
</reportSet>
</reportSets>
- <configuration>
- <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
- </configuration>
</plugin>
</plugins>
</reporting>