You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2009/10/18 23:57:42 UTC

svn commit: r826535 - /lucene/mahout/trunk/core/pom.xml

Author: srowen
Date: Sun Oct 18 21:57:42 2009
New Revision: 826535

URL: http://svn.apache.org/viewvc?rev=826535&view=rev
Log:
Only apply signing to deploy phase

Modified:
    lucene/mahout/trunk/core/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=826535&r1=826534&r2=826535&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Sun Oct 18 21:57:42 2009
@@ -240,7 +240,7 @@
         <executions>
           <execution>
             <id>sign-artifacts</id>
-            <phase>verify</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>sign</goal>
             </goals>