Author: sebb
Date: Sat Sep 10 01:06:14 2011
New Revision: 1167427
URL: http://svn.apache.org/viewvc?rev=1167427&view=rev
Log:
Wrong property name (misleading INFO message)
See https://jira.codehaus.org/browse/MOJO-1745
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=1167427&r1=1167426&r2=1167427&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Sep 10 01:06:14 2011
@@ -958,7 +958,7 @@
<!-- build meta inf -->
<maven.build.timestamp.format>yyyy-MM-dd
HH:mm:ssZ</maven.build.timestamp.format>
- <implementation.build> ${buildScmBranch}@r${buildNumber};
${maven.build.timestamp}</implementation.build>
+ <implementation.build>${scmBranch}@r${buildNumber};
${maven.build.timestamp}</implementation.build>
<!-- Allow Clirr severity to be overriden by the command-line option
-DminSeverity=level -->
<minSeverity>info</minSeverity>