The Apache Maven team is pleased to announce the release of the Apache
Maven Script Interpreter version 1.6

This component provides some utilities to interpret/execute some scripts
for various implementations: Groovy or BeanShell.

https://maven.apache.org/shared/maven-script-interpreter/

You should specify the version in your project's dependency configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-script-interpreter</artifactId>
  <version>1.6</version>
</dependency>

You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-script-interpreter/download.cgi

Release Notes - Maven Shared Components - Version
maven-script-interpreter-1.6

** Improvement
    * [MSHARED-1386] - Context ClassLoader for current thread should be
managed

** Dependency upgrade
    * [MSHARED-1383] - Upgrade Parent to 42
    * [MSHARED-1384] - Bump commons-io:commons-io from 2.16.0 to 2.16.1
    * [MSHARED-1385] - Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21

Enjoy,

-The Apache Maven team

Reply via email to