You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/07 23:57:41 UTC

[maven-site-plugin] branch doc created (now 6584bba)

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

elharo pushed a change to branch doc
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at 6584bba  uodate test dependencies

This branch includes the following new commits:

     new 6584bba  uodate test dependencies

The 1 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.



[maven-site-plugin] 01/01: uodate test dependencies

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6584bbaab8dc80b86684b3ec92d706c9d502e068
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Mar 7 18:57:26 2020 -0500

    uodate test dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d9420a0..842e6fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,13 +507,13 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.0-alpha-1</version>
+      <version>2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.1</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>