You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 14:21:10 UTC

svn commit: r1495406 - /commons/proper/commons-gpg-plugin/trunk/pom.xml

Author: sebb
Date: Fri Jun 21 12:21:09 2013
New Revision: 1495406

URL: http://svn.apache.org/r1495406
Log:
Wrong goal

Modified:
    commons/proper/commons-gpg-plugin/trunk/pom.xml

Modified: commons/proper/commons-gpg-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-gpg-plugin/trunk/pom.xml?rev=1495406&r1=1495405&r2=1495406&view=diff
==============================================================================
--- commons/proper/commons-gpg-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-gpg-plugin/trunk/pom.xml Fri Jun 21 12:21:09 2013
@@ -214,7 +214,7 @@ This is intended as a temporary measure 
             <executions>
               <execution>
                 <goals>
-                  <goal>digest</goal>
+                  <goal>signfiles</goal>
                 </goals>
                 <!-- must run after assembly and before deploy -->
                 <phase>verify</phase>