Merge pull request #109 from kemitix/maven/kemitix-maven-tiles-1.1.0
Bump kemitix-maven-tiles from 0.8.1 to 1.1.0
This commit is contained in:
commit
7f0851fd22
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
final String publicRepo = 'https://github.com/kemitix/'
|
final String publicRepo = 'https://github.com/kemitix/'
|
||||||
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
||||||
final dependenciesSupportJDK=9
|
final dependenciesSupportJDK=10
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<maven.install.skip>true</maven.install.skip>
|
<maven.install.skip>true</maven.install.skip>
|
||||||
<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.12</tiles-maven-plugin.version>
|
||||||
<kemitix-tiles.version>0.8.1</kemitix-tiles.version>
|
<kemitix-tiles.version>1.1.0</kemitix-tiles.version>
|
||||||
|
|
||||||
<checkstyle.version>8.12</checkstyle.version>
|
<checkstyle.version>8.12</checkstyle.version>
|
||||||
<sevntu.version>1.32.0</sevntu.version>
|
<sevntu.version>1.32.0</sevntu.version>
|
||||||
|
|
Loading…
Reference in a new issue