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 2021/06/04 22:21:29 UTC

[maven-pdf-plugin] branch master updated (0ef1542 -> a04c704)

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

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


    from 0ef1542  Bump junit from 4.11 to 4.13.1
     new 9712c7a  Bump junit to 4.13.2
     new 80b7e3d  Bump maven-reporting-impl from 2.3 to 3.0.0
     new a04c704  Bump Doxia to 1.9.1/DoxiaTools 1.9.2

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                   | 13 ++++---------
 src/it/pdf-aggregate/pom.xml              |  2 +-
 src/it/pdf-with-reporting-section/pom.xml |  2 +-
 3 files changed, 6 insertions(+), 11 deletions(-)

[maven-pdf-plugin] 01/03: Bump junit to 4.13.2

Posted by sl...@apache.org.
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-pdf-plugin.git

commit 9712c7a05ec28f26ad31d437db77227a5b284171
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 11:28:06 2021 +0200

    Bump junit to 4.13.2
---
 pom.xml                                   | 2 +-
 src/it/pdf-aggregate/pom.xml              | 2 +-
 src/it/pdf-with-reporting-section/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92f68b6..e899a62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/it/pdf-aggregate/pom.xml b/src/it/pdf-aggregate/pom.xml
index 569d656..324c407 100644
--- a/src/it/pdf-aggregate/pom.xml
+++ b/src/it/pdf-aggregate/pom.xml
@@ -52,7 +52,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/it/pdf-with-reporting-section/pom.xml b/src/it/pdf-with-reporting-section/pom.xml
index a405f36..1f803bd 100644
--- a/src/it/pdf-with-reporting-section/pom.xml
+++ b/src/it/pdf-with-reporting-section/pom.xml
@@ -57,7 +57,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

[maven-pdf-plugin] 02/03: Bump maven-reporting-impl from 2.3 to 3.0.0

Posted by sl...@apache.org.
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-pdf-plugin.git

commit 80b7e3d1972c3f3d96b7f5d7a78639291275eb56
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Feb 5 01:20:01 2021 +0100

    Bump maven-reporting-impl from 2.3 to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e899a62..369be70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.3</version>
+      <version>3.0.0</version>
     </dependency>
 
     <!-- Doxia -->

[maven-pdf-plugin] 03/03: Bump Doxia to 1.9.1/DoxiaTools 1.9.2

Posted by sl...@apache.org.
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-pdf-plugin.git

commit a04c704dcb6875e931294d0f26554f6ce5c40a45
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 12:12:35 2021 +0200

    Bump Doxia to 1.9.1/DoxiaTools 1.9.2
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 369be70..26640f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,8 +89,8 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.9</doxiaVersion>
-    <doxiaSitetoolsVersion>1.8.1</doxiaSitetoolsVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
+    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
@@ -229,11 +229,6 @@ under the License.
       <version>3.0.24</version>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.5</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
       <version>1.24</version>