Author: sebb
Date: Thu Sep 15 10:13:13 2011
New Revision: 1171029
URL: http://svn.apache.org/viewvc?rev=1171029&view=rev
Log:
Use version property
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1171029&r1=1171028&r2=1171029&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Sep 15 10:13:13 2011
@@ -943,7 +943,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.6</version>
+ <version>${commons.changes.version}</version>
<configuration>
<template>release-notes.vm</template>
<templateDirectory>src/changes</templateDirectory>
@@ -985,6 +985,7 @@
<!-- plugin versions (allows same value in reporting and build sections)
-->
<commons.rat.version>0.7</commons.rat.version>
+ <commons.changes.version>2.6</commons.changes.version>
<!-- Default values for the download-page generation by
commons-build-plugin -->
<commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>