You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/01/29 20:08:50 UTC

svn commit: r904595 - /tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml

Author: lresende
Date: Fri Jan 29 19:08:50 2010
New Revision: 904595

URL: http://svn.apache.org/viewvc?rev=904595&view=rev
Log:
Making harvesting of revision number optional, to avoid issues when running on GIT copy of the svn repo

Modified:
    tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml?rev=904595&r1=904594&r2=904595&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml Fri Jan 29 19:08:50 2010
@@ -87,6 +87,7 @@
             <timestampPropertyName>build.timestamp</timestampPropertyName>
             <doCheck>true</doCheck>
             <doUpdate>true</doUpdate>
+            <revisionOnScmFailure>unknown</revisionOnScmFailure>
         </configuration>
       </plugin>
       <plugin>