You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/09/27 11:07:14 UTC

svn commit: r1176287 - /chemistry/opencmis/trunk/pom.xml

Author: gabriele
Date: Tue Sep 27 09:07:14 2011
New Revision: 1176287

URL: http://svn.apache.org/viewvc?rev=1176287&view=rev
Log:
fixes https://issues.apache.org/jira/browse/CMIS-435. due to http://jira.codehaus.org/browse/MWAR-240 needed to downgrade maven-war-plugin to 2.1-beta-1

Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1176287&r1=1176286&r2=1176287&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Tue Sep 27 09:07:14 2011
@@ -249,7 +249,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1.1</version>
+                    <version>2.1-beta-1</version>
                 </plugin>
             </plugins>
         </pluginManagement>