You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/08 16:21:45 UTC

svn commit: r593193 - in /commons/proper/validator/trunk: pom.xml src/main/assembly/src.xml

Author: niallp
Date: Thu Nov  8 07:21:42 2007
New Revision: 593193

URL: http://svn.apache.org/viewvc?rev=593193&view=rev
Log:
Unpack source distro to different directory

Modified:
    commons/proper/validator/trunk/pom.xml
    commons/proper/validator/trunk/src/main/assembly/src.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=593193&r1=593192&r2=593193&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Nov  8 07:21:42 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>4</version>
+        <version>5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-validator</groupId>

Modified: commons/proper/validator/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/assembly/src.xml?rev=593193&r1=593192&r2=593193&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/validator/trunk/src/main/assembly/src.xml Thu Nov  8 07:21:42 2007
@@ -20,9 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-<!--
-    <baseDirectory>${project.build.finalName}-src</baseDirectory>
- -->
+    <baseDirectory>${artifactId}-${version}-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>