This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MINVOKER-267
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 9f4d42376cb3ce57fa086f08c8972f2c57fd6634
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Wed Nov 25 09:57:02 2020 +0100

    [MINVOKER-267] Update BeanShell to 2.0b6 (sync with script-interpreter)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98bdf1f..95fe840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,9 +69,9 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
-    <beanshell-groupId>org.beanshell</beanshell-groupId>
+    <beanshell-groupId>org.apache-extras.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
-    <beanshell-version>2.0b5</beanshell-version>
+    <beanshell-version>2.0b6</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
     <groovy-version>2.4.20</groovy-version>

Reply via email to