docs: Updated README/CHANGELOG

Change-Id: I59b6b6d635b5e0e40aa1c4c6887a7c6af86f3e1b
This commit is contained in:
Mark Derricutt 2023-12-12 10:23:40 +13:00
parent 2860198481
commit 4f48a815ca
No known key found for this signature in database
GPG Key ID: 0DFEAD8DBB8FAC31
4 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
== 2.40
- Fixed issue with distribution management repositories losing authentication settings (Riesen, Stefan <stefan.riesen@glencore.com>)
- Explicitely define m-jar-p version (Hervé Boutemy <hboutemy@apache.org>)
== 2.39
- Added Astro based documentation (WIP)

View File

@ -1,4 +1,4 @@
= Tiles Maven Plugin - Version 2.39
= Tiles Maven Plugin - Version 2.40
== Overview
@ -63,7 +63,7 @@ you specify a configuration.
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<filtering>false</filtering>

View File

@ -144,7 +144,7 @@ If you need to use them, add them to your configuration section:
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<configuration>
<buildSmells>dependencymanagement, dependencies, repositories, pluginrepositories</buildSmells>
<tiles>
@ -185,7 +185,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.39</version>
<version>2.40</version>
<configuration>
<applyBefore>group:P</applyBefore>
<tiles>

View File

@ -2,7 +2,7 @@ project:
name: tiles-maven-plugin
description: Tiles Maven Plugin
longDescription: Project Mixins for Apache Maven
version: "2.39"
version: "2.40"
links:
homepage: https://github.com/repaint-io/maven-tiles
authors: