You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/10 12:08:08 UTC

[maven-script-interpreter] 01/01: [MSHARED-961] Upgrde to BeanShell 2.0b6

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

slachiewicz pushed a commit to branch MSHARED-961
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 70edebbcf85be0457388d5553532128435d6e3ce
Author: Sylwester Lachiewicz <sl...@gmail.com>
AuthorDate: Sat Oct 10 14:08:01 2020 +0200

    [MSHARED-961] Upgrde to BeanShell 2.0b6
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23bceb9..64b9944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.beanshell</groupId>
+      <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>2.0b5</version>
+      <version>2.0b6</version>
     </dependency>
 
     <dependency>