Author: jbonofre
Date: Fri Jul 15 12:54:48 2011
New Revision: 1147130
URL: http://svn.apache.org/viewvc?rev=1147130&view=rev
Log:
[SMXCOMP-892] Upgrade to Groovy 1.8.0.
Modified:
servicemix/components/trunk/engines/servicemix-script/pom.xml
servicemix/components/trunk/engines/servicemix-scripting/pom.xml
Modified: servicemix/components/trunk/engines/servicemix-script/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-script/pom.xml?rev=1147130&r1=1147129&r2=1147130&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-script/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-script/pom.xml Fri Jul 15
12:54:48 2011
@@ -39,7 +39,7 @@
<asm.version>2.2.3</asm.version>
<backport-util-concurrent.version>2.2</backport-util-concurrent.version>
<cglib.version>2.1_3</cglib.version>
- <groovy.version>1.6.3</groovy.version>
+ <groovy.version>1.8.0</groovy.version>
<jruby.version>1.4.0</jruby.version>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-scripting/pom.xml?rev=1147130&r1=1147129&r2=1147130&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-scripting/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-scripting/pom.xml Fri Jul 15
12:54:48 2011
@@ -45,7 +45,7 @@
</repositories>
<properties>
- <groovy.version>1.5.6</groovy.version>
+ <groovy.version>1.8.0</groovy.version>
<livetribe-jsr223.version>2.0.5</livetribe-jsr223.version>
<jsr223.version>20080611</jsr223.version>
<jruby.version>1.3.1</jruby.version>