mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-05-12 20:54:42 +00:00
docs: Updated README/CHANGELOG
Change-Id: I59b6b6d635b5e0e40aa1c4c6887a7c6af86f3e1b
This commit is contained in:
parent
2860198481
commit
4f48a815ca
@ -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)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user