You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/05/28 04:13:11 UTC

svn commit: r779399 - /maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Author: jdcasey
Date: Thu May 28 02:13:10 2009
New Revision: 779399

URL: http://svn.apache.org/viewvc?rev=779399&view=rev
Log:
changing descriptor path to match

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml?rev=779399&r1=779398&r2=779399&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml Thu May 28 02:13:10 2009
@@ -430,7 +430,7 @@
                 </goals>
                 <configuration>
                   <descriptors>
-                    <descriptor>src/main/assembly/project.xml</descriptor>
+                    <descriptor>src/main/assembly/source-release.xml</descriptor>
                   </descriptors>
                   <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>