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/01/31 14:46:00 UTC

svn commit: r1238524 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Jan 31 13:45:59 2012
New Revision: 1238524

URL: http://svn.apache.org/viewvc?rev=1238524&view=rev
Log:
No need for local changes plugin config; can delegate to parent release-notes profile

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1238524&r1=1238523&r2=1238524&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Jan 31 13:45:59 2012
@@ -264,23 +264,6 @@ Supported protocols include: Echo, Finge
                     </execution>
                 </executions>
             </plugin>
-            <!-- Repeat the configuration here for use when directly invoking the plugin -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-changes-plugin</artifactId>
-                <version>2.6</version>
-                <configuration>
-                   <!-- Cannot use outputDirectory to place the file, 
-                        as that affects the HTML output, so use relative path instead 
-                    -->
-                   <announcementFile>../../RELEASE-NOTES.txt</announcementFile>
-                    <issueLinkTemplatePerSystem>
-                        <default>%URL%/%ISSUE%</default>
-                    </issueLinkTemplatePerSystem>
-                    <template>release-notes.vm</template>
-                    <templateDirectory>src/changes</templateDirectory>
-                </configuration>
-            </plugin>
 
             <!-- Exclude examples from Javadoc jar -->
             <plugin>
@@ -323,7 +306,7 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.5</version>
+                <version>${commons.changes.version}</version>
                 <configuration>
                     <issueLinkTemplatePerSystem>
                         <default>%URL%/%ISSUE%</default>