mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-10-01 14:41:08 +00:00
docs: Updated CHANGELOG/README
Change-Id: I037f934ed30d0e96f09872ad032be21ea764127e
This commit is contained in:
@@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
== 2.21
|
||||||
|
|
||||||
|
- Updated Groovy to 3.0.8
|
||||||
|
- Updated gmavenplus-plugin
|
||||||
|
- Updated mockito to 3.8.0
|
||||||
|
- Switch to github actions for CI builds
|
||||||
|
|
||||||
|
|
||||||
|
== 2.20
|
||||||
|
|
||||||
|
- #118 - Fixes tile ordering for embedded/nested <tiles>
|
||||||
|
- #116 - Copy distribution management URLs if possible.
|
||||||
|
|
||||||
|
|
||||||
== 2.19
|
== 2.19
|
||||||
|
|
||||||
Security update for Groovy 3.0.7.
|
Security update for Groovy 3.0.7.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
= Tiles Maven Plugin - Version 2.19
|
= Tiles Maven Plugin - Version 2.21
|
||||||
|
|
||||||
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"]
|
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>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.19</version>
|
<version>2.21</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>false</filtering>
|
<filtering>false</filtering>
|
||||||
@@ -309,7 +309,7 @@ be applied (in this case before `P`) resulting in the desired structure:
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.19</version>
|
<version>2.21</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<applyBefore>group:P</applyBefore>
|
<applyBefore>group:P</applyBefore>
|
||||||
<tiles>
|
<tiles>
|
||||||
|
Reference in New Issue
Block a user