fix copy of core plugins on Java > 8

This commit is contained in:
Sebastian Sdorra
2020-02-03 16:43:06 +01:00
parent 73c3d29820
commit d14acf2f59
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade [Legman](https://github.com/sdorra/legman) to v1.6.2 in order to fix execution on Java versions > 8
- Upgrade [Lombok](https://projectlombok.org/) to version 1.18.10 in order to fix build on Java versions > 8
- Upgrade [Mockito](https://site.mockito.org/) to version 2.28.2 in order to fix tests on Java versions > 8
- Upgrade smp-maven-plugin to version 1.0.0-rc3
## 2.0.0-rc3 - 2020-01-31
### Fixed

View File

@@ -456,7 +456,7 @@
<plugin>
<groupId>sonia.scm.maven</groupId>
<artifactId>smp-maven-plugin</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0-rc3</version>
</plugin>
<plugin>