You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/04/10 19:03:51 UTC

svn commit: r646874 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Thu Apr 10 10:03:44 2008
New Revision: 646874

URL: http://svn.apache.org/viewvc?rev=646874&view=rev
Log:
next try with clean install

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=646874&r1=646873&r2=646874&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Thu Apr 10 10:03:44 2008
@@ -491,7 +491,7 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
-          <preparationGoals>clean</preparationGoals>
+          <preparationGoals>clean install</preparationGoals>
         </configuration>
       </plugin>
     </plugins>