Author: sebb
Date: Fri Sep 9 16:14:13 2011
New Revision: 1167274
URL: http://svn.apache.org/viewvc?rev=1167274&view=rev
Log:
Use committed revision so it does not change every time svn update is run
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=1167274&r1=1167273&r2=1167274&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep 9 16:14:13 2011
@@ -430,6 +430,8 @@
</execution>
</executions>
<configuration>
+ <!-- Use committed revision so it does not change every time svn
update is run -->
+ <useLastCommittedRevision>true</useLastCommittedRevision>
<revisionOnScmFailure>UNKNOWN_REVISION</revisionOnScmFailure>
</configuration>
</plugin>