You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/20 12:40:44 UTC

[maven-site] 01/03: Bump maven-pdf-plugin to 1.6.1

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit a3cf2f6928742bac7dddb4b0df7f64fd2d5726c1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:11:39 2022 +0200

    Bump maven-pdf-plugin to 1.6.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0003304e..ad98426c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.6.0</version>
+          <version>1.6.1</version>
         </plugin>
         <!-- publish mono-module site with "mvn site-deploy" -->
         <plugin>