mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-09-10 14:11:08 +00:00
Updated README and CHANGELOG
Change-Id: If6e08918761142dd6b70f2c1e30bde6744c6b0af
This commit is contained in:
@@ -2,6 +2,22 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
== 2.35
|
||||
|
||||
- Updated maven-plugin-annotations to 3.8.2
|
||||
- Updated maven-filtering to 3.3.1
|
||||
- Updated mockito-core to 4.11.0
|
||||
- Updated maven-gpg-plugin to 3.1.0
|
||||
- Updated maven-invoker-plugin to 3.5.1
|
||||
- Updated maven-scm-plugin to 2.0.0
|
||||
- Updated maven-enforcer-plugin to 3.3.0
|
||||
- Updated maven-release-plugin to 3.0.0
|
||||
- Updated maven-compiler-plugin to 3.11.0
|
||||
- Updated sisu-maven-plugin to 0.9.0.M2
|
||||
- Updated maven-plugin-plugin to 3.8.2
|
||||
- Updated maven-surefire-plugin to 3.1.0
|
||||
- Updated groovy to 4.0.12 and fixed minor static analysis bug
|
||||
|
||||
== 2.34
|
||||
|
||||
- Improve logging with relativePath is used in parent declarations
|
||||
|
@@ -1,4 +1,4 @@
|
||||
= Tiles Maven Plugin - Version 2.33
|
||||
= Tiles Maven Plugin - Version 2.35
|
||||
|
||||
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.33</version>
|
||||
<version>2.35</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.33</version>
|
||||
<version>2.35</version>
|
||||
<configuration>
|
||||
<applyBefore>group:P</applyBefore>
|
||||
<tiles>
|
||||
|
Reference in New Issue
Block a user