You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/09/19 21:38:10 UTC

svn commit: r1626303 - in /commons/proper/configuration/trunk/src/main/assembly: bin.xml src.xml

Author: oheger
Date: Fri Sep 19 19:38:10 2014
New Revision: 1626303

URL: http://svn.apache.org/r1626303
Log:
Changed target directory name in assembly descriptors.

For the correct version of this release, the second property defining the
version is needed.

Modified:
    commons/proper/configuration/trunk/src/main/assembly/bin.xml
    commons/proper/configuration/trunk/src/main/assembly/src.xml

Modified: commons/proper/configuration/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/assembly/bin.xml?rev=1626303&r1=1626302&r2=1626303&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/assembly/bin.xml (original)
+++ commons/proper/configuration/trunk/src/main/assembly/bin.xml Fri Sep 19 19:38:10 2014
@@ -20,7 +20,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <baseDirectory>${artifactId}-${commons.release.version}</baseDirectory>
+  <baseDirectory>${artifactId}-${commons.release.2.version}</baseDirectory>
   <fileSets>
     <fileSet>
       <includes>

Modified: commons/proper/configuration/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/assembly/src.xml?rev=1626303&r1=1626302&r2=1626303&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/configuration/trunk/src/main/assembly/src.xml Fri Sep 19 19:38:10 2014
@@ -20,7 +20,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <baseDirectory>${artifactId}-${commons.release.version}-src</baseDirectory>
+  <baseDirectory>${artifactId}-${commons.release.2.version}-src</baseDirectory>
   <fileSets>
     <fileSet>
       <includes>