You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2011/08/04 08:35:09 UTC

svn commit: r1153762 - /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml

Author: sklevenz
Date: Thu Aug  4 06:35:09 2011
New Revision: 1153762

URL: http://svn.apache.org/viewvc?rev=1153762&view=rev
Log:
fix compile error

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml?rev=1153762&r1=1153761&r2=1153762&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/pom.xml Thu Aug  4 06:35:09 2011
@@ -35,7 +35,7 @@
                 <executions>
                     <execution>
                         <id>unpack</id>
-                        <phase>initialize</phase>
+                        <phase>pack</phase>
                         <goals>
                             <goal>unpack</goal>
                         </goals>