You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2006/07/25 20:02:33 UTC

svn commit: r425470 - /geronimo/trunk/configs/client-deployer/project.xml

Author: jbohn
Date: Tue Jul 25 11:02:33 2006
New Revision: 425470

URL: http://svn.apache.org/viewvc?rev=425470&view=rev
Log:
GERONIMO-2072  Eliminate hard-coded commons-primitive version number


Modified:
    geronimo/trunk/configs/client-deployer/project.xml

Modified: geronimo/trunk/configs/client-deployer/project.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client-deployer/project.xml?rev=425470&r1=425469&r2=425470&view=diff
==============================================================================
--- geronimo/trunk/configs/client-deployer/project.xml (original)
+++ geronimo/trunk/configs/client-deployer/project.xml Tue Jul 25 11:02:33 2006
@@ -307,7 +307,7 @@
         <dependency>
             <groupId>commons-primitives</groupId>
             <artifactId>commons-primitives</artifactId>
-            <version>1.0</version>
+            <version>${commons_primitives_version}</version>
         </dependency>
 
     </dependencies>