Author: jdcasey
Date: Thu Dec  7 08:19:28 2006
New Revision: 483520

URL: http://svn.apache.org/viewvc?view=rev&rev=483520
Log:
using latest release of the bsh factory from plexus, rather than a 
snapshot...if this is wrong for some reason, roll this back.

Modified:
    maven/components/trunk/maven-script/maven-script-beanshell/pom.xml

Modified: maven/components/trunk/maven-script/maven-script-beanshell/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-script/maven-script-beanshell/pom.xml?view=diff&rev=483520&r1=483519&r2=483520
==============================================================================
--- maven/components/trunk/maven-script/maven-script-beanshell/pom.xml 
(original)
+++ maven/components/trunk/maven-script/maven-script-beanshell/pom.xml Thu Dec  
7 08:19:28 2006
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-bsh-factory</artifactId>
-      <version>1.0-alpha-9-SNAPSHOT</version>
+      <version>1.0-alpha-8</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to