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

svn commit: r1070825 - in /myfaces/trinidad/trunk: trinidad-api/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Tue Feb 15 09:58:57 2011
New Revision: 1070825

URL: http://svn.apache.org/viewvc?rev=1070825&view=rev
Log:
commenting out the buildnumber-maven-plugin section

Modified:
    myfaces/trinidad/trunk/trinidad-api/pom.xml
    myfaces/trinidad/trunk/trinidad-impl/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=1070825&r1=1070824&r2=1070825&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Tue Feb 15 09:58:57 2011
@@ -172,7 +172,7 @@
       <!-- 
           To make the current revision number, we use the buildnumber-maven-plugin.
       -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <version>1.0-beta-4</version>
@@ -190,7 +190,7 @@
           <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
         </configuration>
-      </plugin>
+      </plugin-->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: myfaces/trinidad/trunk/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/pom.xml?rev=1070825&r1=1070824&r2=1070825&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/pom.xml Tue Feb 15 09:58:57 2011
@@ -211,7 +211,7 @@
       <!-- 
           To make the current revision number, we use the buildnumber-maven-plugin.
       -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <version>1.0-beta-4</version>
@@ -229,7 +229,7 @@
           <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
         </configuration>
-      </plugin>
+      </plugin-->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>