You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/17 07:31:49 UTC

svn commit: r369699 - /incubator/servicemix/trunk/servicemix-assembly/project.xml

Author: foconer
Date: Mon Jan 16 22:31:39 2006
New Revision: 369699

URL: http://svn.apache.org/viewcvs?rev=369699&view=rev
Log:
Updated dependency information due to changes in versions made in /etc/project.properties.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/project.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/project.xml?rev=369699&r1=369698&r2=369699&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/project.xml Mon Jan 16 22:31:39 2006
@@ -468,7 +468,7 @@
     <!-- Groovy -->
     <dependency>
       <groupId>groovy</groupId>
-      <artifactId>groovy-all</artifactId>
+      <artifactId>groovy-all-1.0-jsr</artifactId>
       <version>${groovy_version}</version>
       <properties>
         <lib>true</lib>
@@ -741,7 +741,7 @@
     
     <dependency>
       <groupId>servicemix</groupId>
-      <artifactId>DdlUtils</artifactId>
+      <artifactId>ddlutils</artifactId>
       <version>${ddlutils_version}</version>
       <properties>
         <lib>true</lib>