Author: fguillaume
Date: Wed Dec 8 15:22:04 2010
New Revision: 1043448
URL: http://svn.apache.org/viewvc?rev=1043448&view=rev
Log:
Freeze maven war plugin version for deterministic build
Modified:
incubator/chemistry/opencmis/trunk/pom.xml
Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=1043448&r1=1043447&r2=1043448&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Wed Dec 8 15:22:04 2010
@@ -210,6 +210,11 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>