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 2012/10/10 11:04:33 UTC

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

Author: gabriele
Date: Wed Oct 10 09:04:33 2012
New Revision: 1396517

URL: http://svn.apache.org/viewvc?rev=1396517&view=rev
Log:
 fixed maven-war-plugin version to avoid Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor

Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1396517&r1=1396516&r2=1396517&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Wed Oct 10 09:04:33 2012
@@ -257,7 +257,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1-beta-1</version>
+                    <version>2.1.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>