Author: niallp
Date: Fri Nov 16 10:46:24 2007
New Revision: 595774

URL: http://svn.apache.org/viewvc?rev=595774&view=rev
Log:
Continuum if failing because the rhino pom references an old SNAPSHOT version 
of jci-core. It still fails for me after this fix but with a "Unit Test 
Failure" rather than "Maven can't find a dependency" error.

Modified:
    commons/proper/jci/trunk/compilers/rhino/pom.xml

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=595774&r1=595773&r2=595774&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Fri Nov 16 10:46:24 2007
@@ -34,12 +34,12 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${project.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>


Reply via email to