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:07 UTC

[maven-script-interpreter] branch MSHARED-961 created (now 70edebb)

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

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


      at 70edebb  [MSHARED-961] Upgrde to BeanShell 2.0b6

This branch includes the following new commits:

     new 70edebb  [MSHARED-961] Upgrde to BeanShell 2.0b6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sl...@apache.org.
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>