You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/11/08 22:19:04 UTC

svn commit: r1199464 - /incubator/jena/Jena2/IRI/trunk/assembly.xml

Author: andy
Date: Tue Nov  8 21:19:04 2011
New Revision: 1199464

URL: http://svn.apache.org/viewvc?rev=1199464&view=rev
Log:
Change distribution directory to be "apache-jena-....${version}"

Modified:
    incubator/jena/Jena2/IRI/trunk/assembly.xml

Modified: incubator/jena/Jena2/IRI/trunk/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/IRI/trunk/assembly.xml?rev=1199464&r1=1199463&r2=1199464&view=diff
==============================================================================
--- incubator/jena/Jena2/IRI/trunk/assembly.xml (original)
+++ incubator/jena/Jena2/IRI/trunk/assembly.xml Tue Nov  8 21:19:04 2011
@@ -1,7 +1,7 @@
 <assembly>
   <id>distribution</id>
   
-  <baseDirectory>${project.name}-${project.version}</baseDirectory>
+  <baseDirectory>apache-${project.artifactId}-${project.version}</baseDirectory>
   <formats>
     <!--
     <format>tar.gz</format>