You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/01/29 11:07:22 UTC

svn commit: r500992 - /incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml

Author: gnodet
Date: Mon Jan 29 02:07:21 2007
New Revision: 500992

URL: http://svn.apache.org/viewvc?view=rev&rev=500992
Log:
Fix pom referencing bad version of cglib-nodep

Modified:
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml?view=diff&rev=500992&r1=500991&r2=500992
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml Mon Jan 29 02:07:21 2007
@@ -90,7 +90,7 @@
 		<dependency>
 			<groupId>cglib</groupId>
 			<artifactId>cglib-nodep</artifactId>
-			<version>2.1.3</version>
+			<version>2.1_3</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>