You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/02/15 11:14:29 UTC

svn commit: r1070827 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Tue Feb 15 10:14:29 2011
New Revision: 1070827

URL: http://svn.apache.org/viewvc?rev=1070827&view=rev
Log:
improvement setting the revision number to 'unknown' if the scm fails

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1070827&r1=1070826&r2=1070827&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Tue Feb 15 10:14:29 2011
@@ -814,6 +814,7 @@
               <doUpdate>false</doUpdate>
               <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
               <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
+              <revisionOnScmFailure>unknown</revisionOnScmFailure>
             </configuration>
           </plugin>
           <plugin>
@@ -882,6 +883,7 @@
               <doUpdate>false</doUpdate>
               <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
               <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
+              <revisionOnScmFailure>unknown</revisionOnScmFailure>
             </configuration>
           </plugin>
           <plugin>