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/07/20 15:33:09 UTC

[maven-invoker-plugin] branch master updated: Upgrade BeanShell from 2.0b4 to 2.0b5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7222fc0  Upgrade BeanShell from 2.0b4 to 2.0b5
7222fc0 is described below

commit 7222fc0fecc2efd7a139802e1ed76a0628eb887e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jul 20 17:32:51 2020 +0200

    Upgrade BeanShell from 2.0b4 to 2.0b5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7926ad5..edce150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <beanshell-groupId>org.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
-    <beanshell-version>2.0b4</beanshell-version>
+    <beanshell-version>2.0b5</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
     <groovy-version>2.4.19</groovy-version>