You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/02/01 12:11:57 UTC

svn commit: r1239072 - /incubator/hama/branches/0.4/dist/pom.xml

Author: edwardyoon
Date: Wed Feb  1 11:11:57 2012
New Revision: 1239072

URL: http://svn.apache.org/viewvc?rev=1239072&view=rev
Log:
Setting final name.

Modified:
    incubator/hama/branches/0.4/dist/pom.xml

Modified: incubator/hama/branches/0.4/dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/dist/pom.xml?rev=1239072&r1=1239071&r2=1239072&view=diff
==============================================================================
--- incubator/hama/branches/0.4/dist/pom.xml (original)
+++ incubator/hama/branches/0.4/dist/pom.xml Wed Feb  1 11:11:57 2012
@@ -45,5 +45,6 @@
       </executions>
     </plugin>
     </plugins>
+    <finalName>hama-${project.version}</finalName>
   </build>
 </project>