You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/30 20:47:39 UTC

svn commit: r789873 - /maven/components/branches/maven-2.1.x/maven-core/pom.xml

Author: bentmann
Date: Tue Jun 30 18:47:39 2009
New Revision: 789873

URL: http://svn.apache.org/viewvc?rev=789873&view=rev
Log:
o Reverted r784555 which was reported to fail on some systems

Modified:
    maven/components/branches/maven-2.1.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.1.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/pom.xml?rev=789873&r1=789872&r2=789873&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/maven-core/pom.xml Tue Jun 30 18:47:39 2009
@@ -250,7 +250,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>buildnumber-maven-plugin</artifactId>
-            <version>1.0-beta-3</version>
+            <version>1.0-beta-1</version>
             <executions>
               <execution>
                 <phase>generate-resources</phase>
@@ -262,9 +262,6 @@
             <configuration>
               <doCheck>false</doCheck>
               <doUpdate>false</doUpdate>
-              <providerImplementations>
-                <svn>javasvn</svn>
-              </providerImplementations>
             </configuration>
           </plugin>
         </plugins>
@@ -282,7 +279,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>buildnumber-maven-plugin</artifactId>
-            <version>1.0-beta-3</version>
+            <version>1.0-beta-1</version>
             <executions>
               <execution>
                 <phase>generate-resources</phase>