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/05/30 12:52:31 UTC

[maven-doxia-sitetools] branch master updated (33d7973 -> b4f5c4a)

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-doxia-sitetools.git.


    from 33d7973  DOXIASITETOOLS-226 update JUnit version
     new d629e71  Bump junit from 4.13.1 to 4.13.2
     new b4f5c4a  Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2

The 2 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[maven-doxia-sitetools] 02/02: Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.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-doxia-sitetools.git

commit b4f5c4ae1b6a5c5c5dd77972a0457f67ac30161e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 30 14:46:58 2021 +0200

    Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6fef05b..a63c002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
         </plugin>
       </plugins>
     </pluginManagement>

[maven-doxia-sitetools] 01/02: Bump junit from 4.13.1 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-doxia-sitetools.git

commit d629e71db14ed2f535bfceb9373cc0532627b1cb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 30 14:47:23 2021 +0200

    Bump junit from 4.13.1 to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac9bba7..6fef05b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13.1</version>
+        <version>4.13.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>