diff --git a/maven-script-interpreter.changes b/maven-script-interpreter.changes index bbb4bc5..4aa1215 100644 --- a/maven-script-interpreter.changes +++ b/maven-script-interpreter.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 28 11:43:55 UTC 2022 - Fridrich Strba + +- Upgrade to version 1.3 + * Improvement + + [MSHARED-828] - Require Java 7 + + [MSHARED-879] - make build Reproducible + + [MSHARED-906] - Add GitHub Action to confirm build PR + + [MSHARED-907] - Output build log from script to maven mojo log + + [MSHARED-910] - Redundant option failOnException + + [MSHARED-911] - Replace AntClassLoader by RootLoader + + [MSHARED-914] - Detailed message from failed script evaluation + shouldn't be propagated + + [MSHARED-917] - Remove dependency to + plexus-component-annotations + + [MSHARED-939] - Remove Apache Ivy from dependency + * Task + + [MSHARED-960] - document how to use Grapes in a Groovy script + ------------------------------------------------------------------- Mon Mar 21 04:36:58 UTC 2022 - Fridrich Strba