mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-06-09 21:34:42 +00:00
chore: Updated README
Change-Id: I2edafb717b036caf22de4e87e315dd1bcb3010bf
This commit is contained in:
parent
e24becfa65
commit
72a1c84fb0
@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
== 2.28
|
||||
|
||||
- Upgraded Groovy to Apache Groovy 4.0.3
|
||||
- Upgraded Mockito, surefire, and compiler plugins
|
||||
|
||||
|
||||
== 2.27
|
||||
|
||||
- Upgraded Groovy to Apache Groovy 4.0.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
= Tiles Maven Plugin - Version 2.27
|
||||
= Tiles Maven Plugin - Version 2.28
|
||||
|
||||
image:https://travis-ci.org/repaint-io/maven-tiles.svg[caption="Travis Build Status"] image:https://badges.gitter.im/repaint-io/maven-tiles.svg[link="https://gitter.im/repaint-io/maven-tiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
|
||||
|
||||
@ -63,7 +63,7 @@ you specify a configuration.
|
||||
<plugin>
|
||||
<groupId>io.repaint.maven</groupId>
|
||||
<artifactId>tiles-maven-plugin</artifactId>
|
||||
<version>2.27</version>
|
||||
<version>2.28</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<filtering>false</filtering>
|
||||
@ -309,7 +309,7 @@ be applied (in this case before `P`) resulting in the desired structure:
|
||||
<plugin>
|
||||
<groupId>io.repaint.maven</groupId>
|
||||
<artifactId>tiles-maven-plugin</artifactId>
|
||||
<version>2.27</version>
|
||||
<version>2.28</version>
|
||||
<configuration>
|
||||
<applyBefore>group:P</applyBefore>
|
||||
<tiles>
|
||||
|
Loading…
x
Reference in New Issue
Block a user