You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2009/01/16 22:28:32 UTC

svn commit: r735147 - /mina/ftpserver/trunk/distribution/pom.xml

Author: ngn
Date: Fri Jan 16 13:28:32 2009
New Revision: 735147

URL: http://svn.apache.org/viewvc?rev=735147&view=rev
Log:
Make our distributions prefixed with "apache-" (FTPSERVER-266)

Modified:
    mina/ftpserver/trunk/distribution/pom.xml

Modified: mina/ftpserver/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution/pom.xml?rev=735147&r1=735146&r2=735147&view=diff
==============================================================================
--- mina/ftpserver/trunk/distribution/pom.xml (original)
+++ mina/ftpserver/trunk/distribution/pom.xml Fri Jan 16 13:28:32 2009
@@ -36,6 +36,7 @@
     <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution</url>
   </scm>
   <build>
+    <finalName>apache-${project.artifactId}-${project.version}</finalName>
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>