You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/10/25 22:56:47 UTC

svn commit: r1535869 - /maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml

Author: hboutemy
Date: Fri Oct 25 20:56:46 2013
New Revision: 1535869

URL: http://svn.apache.org/r1535869
Log:
Update the groupId for beanshell

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml?rev=1535869&r1=1535868&r2=1535869&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml Fri Oct 25 20:56:46 2013
@@ -57,7 +57,7 @@
 
     <!-- misc -->
     <dependency>
-      <groupId>bsh</groupId>
+      <groupId>org.beanshell</groupId>
       <artifactId>bsh</artifactId>
       <version>1.3.0</version>
     </dependency>