Author: djencks
Date: Tue Dec 9 23:13:15 2008
New Revision: 725018
URL: http://svn.apache.org/viewvc?rev=725018&view=rev
Log:
nail down build-helper-maven-plugin version for reproducibility
Modified:
activemq/trunk/pom.xml
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=725018&r1=725017&r2=725018&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Dec 9 23:13:15 2008
@@ -1083,6 +1083,11 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>${jetty-version}</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>