You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/04/14 01:42:34 UTC

svn commit: r1326017 - /commons/proper/pool/trunk/pom.xml

Author: sebb
Date: Fri Apr 13 23:42:34 2012
New Revision: 1326017

URL: http://svn.apache.org/viewvc?rev=1326017&view=rev
Log:
Replace deprecated tags

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

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1326017&r1=1326016&r2=1326017&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Fri Apr 13 23:42:34 2012
@@ -183,7 +183,6 @@
           <version>${commons.changes.version}</version>
           <configuration>
             <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
-            <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
             <template>release-notes.vm</template>
             <templateDirectory>src/changes</templateDirectory>
           </configuration>
@@ -202,7 +201,7 @@
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>
-            <headerFile>${basedir}/license-header.txt</headerFile>
+            <headerLocation>${basedir}/license-header.txt</headerLocation>
           </configuration>
         </plugin>
         <plugin>