You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/21 11:13:28 UTC

svn commit: r1352466 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Thu Jun 21 09:13:28 2012
New Revision: 1352466

URL: http://svn.apache.org/viewvc?rev=1352466&view=rev
Log:
change finalName of the produced source release archives

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1352466&r1=1352465&r2=1352466&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Jun 21 09:13:28 2012
@@ -879,6 +879,7 @@ under the License.
                   <goal>single</goal>
                 </goals>
                 <configuration>
+                  <finalName>apache-directmemory-${project.version}</finalName>
                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                   <descriptorRefs>
                     <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>