You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/15 00:56:30 UTC

svn commit: r997134 - /mina/trunk/pom.xml

Author: elecharny
Date: Tue Sep 14 22:56:29 2010
New Revision: 997134

URL: http://svn.apache.org/viewvc?rev=997134&view=rev
Log:
Changed the 'attached' goals as it's deprecated

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=997134&r1=997133&r2=997134&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Tue Sep 14 22:56:29 2010
@@ -426,7 +426,7 @@
                 <id>src</id>
                 <phase>package</phase>
                 <goals>
-                  <goal>attached</goal>
+                  <goal>single</goal>
                 </goals>
                 <configuration>
                   <descriptors>
@@ -441,7 +441,7 @@
                 <id>bin</id>
                 <phase>package</phase>
                 <goals>
-                  <goal>attached</goal>
+                  <goal>single</goal>
                 </goals>
                 <configuration>
                   <descriptors>