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 2011/04/01 02:22:19 UTC

svn commit: r1087518 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Fri Apr  1 00:22:19 2011
New Revision: 1087518

URL: http://svn.apache.org/viewvc?rev=1087518&view=rev
Log:
Replace deprecated assembly goal "attached" with "single"

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1087518&r1=1087517&r2=1087518&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Apr  1 00:22:19 2011
@@ -505,7 +505,7 @@
             <executions>
               <execution>
                 <goals>
-                  <goal>attached</goal>
+                  <goal>single</goal>
                 </goals>
                 <phase>package</phase>
               </execution>
@@ -588,7 +588,7 @@
             <executions>
               <execution>
                 <goals>
-                  <goal>attached</goal>
+                  <goal>single</goal>
                 </goals>
                 <phase>package</phase>
               </execution>