You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2011/03/01 14:11:48 UTC

svn commit: r1075822 - /incubator/droids/trunk/pom.xml

Author: thorsten
Date: Tue Mar  1 14:11:47 2011
New Revision: 1075822

URL: http://svn.apache.org/viewvc?rev=1075822&view=rev
Log:
Using specifc version of the buildnumber-maven-plugin to overcome dep problems in the beta-5 version

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1075822&r1=1075821&r2=1075822&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Tue Mar  1 14:11:47 2011
@@ -172,6 +172,7 @@
            -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
+        <version>1.0-beta-4</version>
         <executions>
           <execution>
             <phase>validate</phase>