Author: sebb
Date: Fri Sep 9 14:50:10 2011
New Revision: 1167229
URL: http://svn.apache.org/viewvc?rev=1167229&view=rev
Log:
Change default SCM message to match buildScmBranch (which is UNKNOWN_BRANCH)
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=1167229&r1=1167228&r2=1167229&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep 9 14:50:10 2011
@@ -430,7 +430,7 @@
</execution>
</executions>
<configuration>
- <revisionOnScmFailure>UNKNOWN</revisionOnScmFailure>
+ <revisionOnScmFailure>UNKNOWN_REVISION</revisionOnScmFailure>
</configuration>
</plugin>
</plugins>