Fridrich Strba 2022-04-28 11:45:49 +00:00 committed by Git OBS Bridge
parent 1a3baa5e0e
commit 7a520fa637

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 28 11:43:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- 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 <fstrba@suse.com>