Bump tiles-maven-plugin from 2.17 to 2.18 (#345)
* Bump tiles-maven-plugin from 2.17 to 2.18 Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.17 to 2.18. - [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/compare/tiles-maven-plugin-2.17...tiles-maven-plugin-2.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Test build on JDK 15 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
d3b1ea62e3
commit
b97d16c67f
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-maven.yml
vendored
2
.github/workflows/build-maven.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 11, 14 ]
|
||||
java: [ 11, 15 ]
|
||||
steps:
|
||||
- uses: kamiazya/setup-graphviz@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<java.version>11</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<tiles-maven-plugin.version>2.17</tiles-maven-plugin.version>
|
||||
<tiles-maven-plugin.version>2.18</tiles-maven-plugin.version>
|
||||
<kemitix-tiles.version>2.7.0</kemitix-tiles.version>
|
||||
|
||||
<checkstyle.version>8.36.2</checkstyle.version>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<url>https://github.com/kemitix/kemitix-checkstyle-ruleset</url>
|
||||
|
||||
<properties>
|
||||
<tiles-maven-plugin.version>2.17</tiles-maven-plugin.version>
|
||||
<tiles-maven-plugin.version>2.18</tiles-maven-plugin.version>
|
||||
<kemitix-tiles.version>2.7.0</kemitix-tiles.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<packaging>tile</packaging>
|
||||
|
||||
<properties>
|
||||
<tiles-maven-plugin.version>2.17</tiles-maven-plugin.version>
|
||||
<tiles-maven-plugin.version>2.18</tiles-maven-plugin.version>
|
||||
<kemitix-maven-tiles.version>2.7.0</kemitix-maven-tiles.version>
|
||||
|
||||
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
|
||||
|
|
Loading…
Reference in a new issue