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 2022/01/10 01:08:38 UTC

[maven-plugin-tools] 01/02: [MPLUGIN-387] Upgrade BeanShell to 2.0b6

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

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

commit 4e1c94b181e2c93d08cdcbad1c84c5859233e37f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 10 02:03:57 2022 +0100

    [MPLUGIN-387] Upgrade BeanShell to 2.0b6
---
 maven-plugin-plugin/src/it/beanshell-simple/pom.xml             | 4 ++--
 maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm | 6 +++---
 maven-script/maven-plugin-tools-beanshell/pom.xml               | 4 ++--
 maven-script/maven-script-beanshell/pom.xml                     | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/maven-plugin-plugin/src/it/beanshell-simple/pom.xml b/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
index 57e8c6f..8caf4be 100644
--- a/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
+++ b/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
@@ -35,9 +35,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>bsh</groupId>
+      <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>1.3.0</version>
+      <version>2.0b6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
diff --git a/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm b/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm
index 451f21b..3051e8f 100644
--- a/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm
+++ b/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm
@@ -35,14 +35,14 @@ Writing a Beanshell Maven Plugin
 +------------------
   <dependencies>
     <dependency>
-      <groupId>bsh</groupId>
+      <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>1.3.0</version>
+      <version>2.0b6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-script-beanshell</artifactId>
-      <version>2.2.1</version>
+      <version>3.6.4</version>
     </dependency>
   </dependencies>
 
diff --git a/maven-script/maven-plugin-tools-beanshell/pom.xml b/maven-script/maven-plugin-tools-beanshell/pom.xml
index 2cafe02..266aebd 100644
--- a/maven-script/maven-plugin-tools-beanshell/pom.xml
+++ b/maven-script/maven-plugin-tools-beanshell/pom.xml
@@ -56,9 +56,9 @@
 
     <!-- misc -->
     <dependency>
-      <groupId>org.beanshell</groupId>
+      <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>1.3.0</version>
+      <version>2.0b6</version>
     </dependency>
   </dependencies>
 
diff --git a/maven-script/maven-script-beanshell/pom.xml b/maven-script/maven-script-beanshell/pom.xml
index 9c47ac1..8f8a1e5 100644
--- a/maven-script/maven-script-beanshell/pom.xml
+++ b/maven-script/maven-script-beanshell/pom.xml
@@ -48,9 +48,9 @@ under the License.
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>bsh</groupId>
+      <groupId>org.apache-extras.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>1.3.0</version>
+      <version>2.0b6</version>
     </dependency>
   </dependencies>
 </project>