Skip to content

Commit

Permalink
[MPLUGIN-387] Upgrade BeanShell to 2.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 10, 2022
1 parent db18031 commit f646104
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions maven-plugin-plugin/src/it/beanshell-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions maven-script/maven-plugin-tools-beanshell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions maven-script/maven-script-beanshell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit f646104

Please sign in to comment.