Bump tiles-maven-plugin from 2.12 to 2.13 (#40)
* Bump tiles-maven-plugin from 2.12 to 2.13 Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.12 to 2.13. - [Release notes](https://github.com/repaint-io/maven-tiles/releases) - [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/repaint-io/maven-tiles/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * [changelog] updated
This commit is contained in:
parent
645eb3f5ec
commit
937e455a58
2 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@ Dependencies
|
||||||
- Bump assertj from 3.11.1
|
- Bump assertj from 3.11.1
|
||||||
- Bump lombok from 1.18.2
|
- Bump lombok from 1.18.2
|
||||||
|
|
||||||
|
* [0.7.1] - 2019-03-02
|
||||||
|
|
||||||
|
** Dependencies
|
||||||
|
|
||||||
|
- Bump tiles-maven-plugin from 2.12 to 2.13 (#40)
|
||||||
|
|
||||||
* [0.7.0] - 2017-02-18
|
* [0.7.0] - 2017-02-18
|
||||||
|
|
||||||
- Rename streamAll() as stream()
|
- Rename streamAll() as stream()
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<tiles-maven-plugin.version>2.12</tiles-maven-plugin.version>
|
<tiles-maven-plugin.version>2.13</tiles-maven-plugin.version>
|
||||||
<kemitix-maven-tiles.version>1.3.1</kemitix-maven-tiles.version>
|
<kemitix-maven-tiles.version>1.3.1</kemitix-maven-tiles.version>
|
||||||
<kemitix-checkstyle.version>4.0.1</kemitix-checkstyle.version>
|
<kemitix-checkstyle.version>4.0.1</kemitix-checkstyle.version>
|
||||||
<lombok.version>1.18.4</lombok.version>
|
<lombok.version>1.18.4</lombok.version>
|
||||||
|
|
Loading…
Reference in a new issue