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 2011/09/08 13:46:46 UTC

svn commit: r1166637 - in /maven/maven-3/trunk: maven-core/pom.xml pom.xml

Author: bentmann
Date: Thu Sep  8 11:46:46 2011
New Revision: 1166637

URL: http://svn.apache.org/viewvc?rev=1166637&view=rev
Log:
o Updated to buildnumber-maven-plugin:1.0

Modified:
    maven/maven-3/trunk/maven-core/pom.xml
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/pom.xml?rev=1166637&r1=1166636&r2=1166637&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/pom.xml (original)
+++ maven/maven-3/trunk/maven-core/pom.xml Thu Sep  8 11:46:46 2011
@@ -143,7 +143,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>buildnumber-maven-plugin</artifactId>
-            <version>1.0-beta-4</version>
             <executions>
               <execution>
                 <phase>generate-resources</phase>
@@ -175,7 +174,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>buildnumber-maven-plugin</artifactId>
-            <version>1.0-beta-1</version>
             <executions>
               <execution>
                 <phase>generate-resources</phase>

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1166637&r1=1166636&r2=1166637&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Thu Sep  8 11:46:46 2011
@@ -442,6 +442,11 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-5</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>