Skip to content

Commit f646104

Browse files
committed
[MPLUGIN-387] Upgrade BeanShell to 2.0b6
1 parent db18031 commit f646104

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

maven-plugin-plugin/src/it/beanshell-simple/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
<dependencies>
3737
<dependency>
38-
<groupId>bsh</groupId>
38+
<groupId>org.apache-extras.beanshell</groupId>
3939
<artifactId>bsh</artifactId>
40-
<version>1.3.0</version>
40+
<version>2.0b6</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.maven.plugin-tools</groupId>

maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Writing a Beanshell Maven Plugin
3535
+------------------
3636
<dependencies>
3737
<dependency>
38-
<groupId>bsh</groupId>
38+
<groupId>org.apache-extras.beanshell</groupId>
3939
<artifactId>bsh</artifactId>
40-
<version>1.3.0</version>
40+
<version>2.0b6</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-script-beanshell</artifactId>
45-
<version>2.2.1</version>
45+
<version>3.6.4</version>
4646
</dependency>
4747
</dependencies>
4848

maven-script/maven-plugin-tools-beanshell/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656

5757
<!-- misc -->
5858
<dependency>
59-
<groupId>org.beanshell</groupId>
59+
<groupId>org.apache-extras.beanshell</groupId>
6060
<artifactId>bsh</artifactId>
61-
<version>1.3.0</version>
61+
<version>2.0b6</version>
6262
</dependency>
6363
</dependencies>
6464

maven-script/maven-script-beanshell/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ under the License.
4848
</exclusions>
4949
</dependency>
5050
<dependency>
51-
<groupId>bsh</groupId>
51+
<groupId>org.apache-extras.beanshell</groupId>
5252
<artifactId>bsh</artifactId>
53-
<version>1.3.0</version>
53+
<version>2.0b6</version>
5454
</dependency>
5555
</dependencies>
5656
</project>

0 commit comments

Comments
 (0)