Skip to content

Commit

Permalink
docs: Updated README/CHANGELOG
Browse files Browse the repository at this point in the history
Change-Id: I59b6b6d635b5e0e40aa1c4c6887a7c6af86f3e1b
  • Loading branch information
talios committed Dec 11, 2023
1 parent 2860198 commit 4f48a81
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>)
- Explicitely define m-jar-p version (Hervé Boutemy <[email protected]>)

== 2.39

- Added Astro based documentation (WIP)
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Tiles Maven Plugin - Version 2.39
= Tiles Maven Plugin - Version 2.40

== Overview

Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/introduction/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f48a81

Please sign in to comment.